include make podman target in install instructions

now that podman ships conmon >=0.3.0

Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
Peter Hunt
2019-06-21 14:38:22 -04:00
parent c0bc768ff1
commit 3a0d9516ba

View File

@@ -193,7 +193,7 @@ To build from source, use the following:
git clone https://github.com/containers/conmon
cd conmon
make
sudo install -D -m 755 bin/conmon /usr/libexec/podman/conmon
sudo make podman
```
#### runc