mirror of https://github.com/containers/podman.git
Merge pull request #3400 from haircommander/install-hotfix
include make podman target in install instructions
This commit is contained in:
commit
ddba0e6964
|
|
@ -193,7 +193,7 @@ To build from source, use the following:
|
||||||
git clone https://github.com/containers/conmon
|
git clone https://github.com/containers/conmon
|
||||||
cd conmon
|
cd conmon
|
||||||
make
|
make
|
||||||
sudo install -D -m 755 bin/conmon /usr/libexec/podman/conmon
|
sudo make podman
|
||||||
```
|
```
|
||||||
|
|
||||||
#### runc
|
#### runc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue