diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-22 12:08:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-22 12:08:06 +0200 |
commit | ddba0e6964e9d18330bf06158b9c91597b79dc8d (patch) | |
tree | f3eab2357d490bcf19f32ec9598840ddacf6c3b0 | |
parent | d9bdd3c1e006b43e3524178fc6a84ab1ac3b2053 (diff) | |
parent | 3a0d9516ba26fce4947d0a2ae3ca57caa3d667c5 (diff) | |
download | podman-ddba0e6964e9d18330bf06158b9c91597b79dc8d.tar.gz podman-ddba0e6964e9d18330bf06158b9c91597b79dc8d.tar.bz2 podman-ddba0e6964e9d18330bf06158b9c91597b79dc8d.zip |
Merge pull request #3400 from haircommander/install-hotfix
include make podman target in install instructions
-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 |