diff options
-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 |