summaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authorPeter Hunt <pehunt@redhat.com>2019-06-21 14:38:22 -0400
committerPeter Hunt <pehunt@redhat.com>2019-06-21 14:38:25 -0400
commit3a0d9516ba26fce4947d0a2ae3ca57caa3d667c5 (patch)
tree5db12221c586219dfda414838fc3b9c14b45deaf /install.md
parentc0bc768ff131d014638a151f7725921a87ddbdb1 (diff)
downloadpodman-3a0d9516ba26fce4947d0a2ae3ca57caa3d667c5.tar.gz
podman-3a0d9516ba26fce4947d0a2ae3ca57caa3d667c5.tar.bz2
podman-3a0d9516ba26fce4947d0a2ae3ca57caa3d667c5.zip
include make podman target in install instructions
now that podman ships conmon >=0.3.0 Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'install.md')
-rw-r--r--install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.md b/install.md
index 4b2c5a119..43eddf1cc 100644
--- a/install.md
+++ b/install.md
@@ -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