mirror of
https://github.com/containers/podman.git
synced 2025-09-26 00:06:04 +08:00
install.md: point to containers/libpod
Signed-off-by: Micah Abbott <miabbott@redhat.com> Closes: #1300 Approved by: mheon
This commit is contained in:
@ -106,7 +106,7 @@ As with other Go projects, PODMAN must be cloned into a directory structure like
|
|||||||
GOPATH
|
GOPATH
|
||||||
└── src
|
└── src
|
||||||
└── github.com
|
└── github.com
|
||||||
└── projectatomic
|
└── containers
|
||||||
└── libpod
|
└── libpod
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -120,8 +120,8 @@ mkdir -p $GOPATH
|
|||||||
Next, clone the source code using:
|
Next, clone the source code using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p $GOPATH/src/github.com/projectatomic
|
mkdir -p $GOPATH/src/github.com/containers
|
||||||
cd $_ # or cd $GOPATH/src/github.com/projectatomic
|
cd $_ # or cd $GOPATH/src/github.com/containers
|
||||||
git clone https://github.com/containers/libpod # or your fork
|
git clone https://github.com/containers/libpod # or your fork
|
||||||
cd libpod
|
cd libpod
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user