diff options
author | Peter Hunt <pehunt@redhat.com> | 2019-06-21 14:38:22 -0400 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2019-06-21 14:38:25 -0400 |
commit | 3a0d9516ba26fce4947d0a2ae3ca57caa3d667c5 (patch) | |
tree | 5db12221c586219dfda414838fc3b9c14b45deaf /install.md | |
parent | c0bc768ff131d014638a151f7725921a87ddbdb1 (diff) | |
download | podman-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.md | 2 |
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 |