Skip to content

Commit c66ef43

Browse files
authored
Merge pull request #360 from flowejam/flowejam-patch-2
Fixes installation instruction: sudo make install
2 parents 1dc94b2 + 4408c41 commit c66ef43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ First, ensure that the `go version` that is found first on the $PATH is 1.16.x o
504504
git clone https://github.com/containers/podman/
505505
cd podman
506506
make BUILDTAGS="selinux seccomp" PREFIX=/usr
507-
sudo make install PREFIX=/usr
507+
sudo env PATH=$PATH make install PREFIX=/usr
508508
```
509509

510510
#### Build Tags

0 commit comments

Comments
 (0)