diff --git a/install.md b/install.md index f0353faeba..32a74b9ff0 100644 --- a/install.md +++ b/install.md @@ -106,7 +106,7 @@ As with other Go projects, PODMAN must be cloned into a directory structure like GOPATH └── src └── github.com - └── projectatomic + └── containers └── libpod ``` @@ -120,8 +120,8 @@ mkdir -p $GOPATH Next, clone the source code using: ```bash -mkdir -p $GOPATH/src/github.com/projectatomic -cd $_ # or cd $GOPATH/src/github.com/projectatomic +mkdir -p $GOPATH/src/github.com/containers +cd $_ # or cd $GOPATH/src/github.com/containers git clone https://github.com/containers/libpod # or your fork cd libpod ```