From 3a0d9516ba26fce4947d0a2ae3ca57caa3d667c5 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Fri, 21 Jun 2019 14:38:22 -0400 Subject: include make podman target in install instructions now that podman ships conmon >=0.3.0 Signed-off-by: Peter Hunt --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf