summaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-04 07:49:47 +0200
committerGitHub <noreply@github.com>2019-06-04 07:49:47 +0200
commit88eefaecb618f4511fb3f2949d2dda913209cbcd (patch)
treef03622452cdd6ebf1897824ee511906de748b916 /install.md
parent0ede794da91329ecc5a24c66924ce84023f237f9 (diff)
parent54e1a3a10347c9e13b57e85b45292b46527a8e2d (diff)
downloadpodman-88eefaecb618f4511fb3f2949d2dda913209cbcd.tar.gz
podman-88eefaecb618f4511fb3f2949d2dda913209cbcd.tar.bz2
podman-88eefaecb618f4511fb3f2949d2dda913209cbcd.zip
Merge pull request #3156 from TomSweeneyRedHat/dev/tsweeney/podmanimage
Create Dockerfiles for podmanimage
Diffstat (limited to 'install.md')
-rw-r--r--install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.md b/install.md
index 94de2ea74..4b2c5a119 100644
--- a/install.md
+++ b/install.md
@@ -273,7 +273,7 @@ First, ensure that the go version that is found first on the $PATH (in case you
git clone https://github.com/containers/libpod/ $GOPATH/src/github.com/containers/libpod
cd $GOPATH/src/github.com/containers/libpod
make BUILDTAGS="selinux seccomp"
-sudo make install PREFIX=
+sudo make install PREFIX=/usr
```
#### Build Tags