diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-06-05 13:57:19 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-05 14:59:36 +0000 |
commit | b241acaef5b53ede1de659c43dfa4c664e785a70 (patch) | |
tree | 911b376616310d0b8a31ccff19747161fe87893a /install.md | |
parent | 20cae6b502de7b41bb9a630f9ad8e15698e65437 (diff) | |
download | podman-b241acaef5b53ede1de659c43dfa4c664e785a70.tar.gz podman-b241acaef5b53ede1de659c43dfa4c664e785a70.tar.bz2 podman-b241acaef5b53ede1de659c43dfa4c664e785a70.zip |
install.md: fix typo
s/conman/conmon/
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Closes: #900
Approved by: rhatdan
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.md b/install.md index 9dc96f2ac..b2f405336 100644 --- a/install.md +++ b/install.md @@ -73,8 +73,8 @@ Debian, Ubuntu, and related distributions will also need to do the following set * A copy of the development libraries for `ostree`, either in the form of the `libostree-dev` package from the [flatpak](https://launchpad.net/~alexlarsson/+archive/ubuntu/flatpak) PPA, or built [from source](https://github.com/ostreedev/ostree) (more on that [here](https://ostree.readthedocs.io/en/latest/#building)). * [Add required configuration files](https://github.com/projectatomic/libpod/blob/master/docs/tutorials/podman_tutorial.md#adding-required-configuration-files) - * Install conman, CNI plugins and runc - * [Install conman](https://github.com/projectatomic/libpod/blob/master/docs/tutorials/podman_tutorial.md#building-and-installing-conmon) + * Install conmon, CNI plugins and runc + * [Install conmon](https://github.com/projectatomic/libpod/blob/master/docs/tutorials/podman_tutorial.md#building-and-installing-conmon) * [Install CNI plugins](https://github.com/projectatomic/libpod/blob/master/docs/tutorials/podman_tutorial.md#installing-cni-plugins) * [runc Installation](https://github.com/projectatomic/libpod/blob/master/docs/tutorials/podman_tutorial.md#installing-runc) - Although installable, the latest runc is not available in the Ubuntu repos. Version 1.0.0-rc4 is the minimal requirement. |