From 3a0d9516ba26fce4947d0a2ae3ca57caa3d667c5 Mon Sep 17 00:00:00 2001
From: Peter Hunt <pehunt@redhat.com>
Date: Fri, 21 Jun 2019 14:38:22 -0400
Subject: [PATCH] include make podman target in install instructions

now that podman ships conmon >=0.3.0

Signed-off-by: Peter Hunt <pehunt@redhat.com>
---
 install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.md b/install.md
index 4b2c5a119b..43eddf1ccc 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