summaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authorMicah Abbott <miabbott@redhat.com>2018-08-18 14:41:50 +0000
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-18 15:19:23 +0000
commita1ec7ff58d28c8d90a78215da3922e13193ddba3 (patch)
tree20b6cc8b615660f0b50501c3e03a7682e9775d83 /install.md
parent8b7eb299ec21bd6d75ed298ad8b24087e3a49023 (diff)
downloadpodman-a1ec7ff58d28c8d90a78215da3922e13193ddba3.tar.gz
podman-a1ec7ff58d28c8d90a78215da3922e13193ddba3.tar.bz2
podman-a1ec7ff58d28c8d90a78215da3922e13193ddba3.zip
install.md: point to containers/libpod
Signed-off-by: Micah Abbott <miabbott@redhat.com> Closes: #1300 Approved by: mheon
Diffstat (limited to 'install.md')
-rw-r--r--install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/install.md b/install.md
index f0353faeb..32a74b9ff 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
```