diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-05-20 16:12:14 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-05-20 16:12:20 -0400 |
commit | 79873d1887f3dfa1fab8b49b5b2ed487ccceddb0 (patch) | |
tree | e6d1e5df05a2c504c19c4288cce30f3794b292f4 /install.md | |
parent | a791242dfb49a993b7a717a945e3c96f675c4c5f (diff) | |
download | podman-79873d1887f3dfa1fab8b49b5b2ed487ccceddb0.tar.gz podman-79873d1887f3dfa1fab8b49b5b2ed487ccceddb0.tar.bz2 podman-79873d1887f3dfa1fab8b49b5b2ed487ccceddb0.zip |
Remove conmon from fedora install instructions
conmon package is no longer available, remove from
install.md.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.md b/install.md index a278cb4ba..ae74acdf8 100644 --- a/install.md +++ b/install.md @@ -91,7 +91,6 @@ Fedora, CentOS, RHEL, and related distributions: sudo yum install -y \ atomic-registries \ btrfs-progs-devel \ - conmon \ containernetworking-cni \ device-mapper-devel \ git \ |