diff --git a/docs/installation.md b/docs/installation.md index 5aa58f83bb..ee5b5247b5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -502,7 +502,7 @@ First, ensure that the `go version` that is found first on the $PATH is 1.16.x o git clone https://github.com/containers/podman/ cd podman make BUILDTAGS="selinux seccomp" PREFIX=/usr -sudo make install PREFIX=/usr +sudo env PATH=$PATH make install PREFIX=/usr ``` #### Build Tags