Skip to content

Commit

Permalink
Merge pull request #360 from flowejam/flowejam-patch-2
Browse files Browse the repository at this point in the history
Fixes installation instruction: sudo make install
  • Loading branch information
Luap99 authored Jan 23, 2025
2 parents 1dc94b2 + 4408c41 commit c66ef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,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
Expand Down

0 comments on commit c66ef43

Please sign in to comment.