summaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2018-05-13 02:43:31 +0000
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-14 13:30:39 +0000
commitf9eb421348bcb582907e60a9b4496239cbd2e92d (patch)
tree6fa1e59d0b2bac4859547bc35d08cc69d1ae7b76 /install.md
parent07253fc8af77a5f19f5661aaee2c1008da79611c (diff)
downloadpodman-f9eb421348bcb582907e60a9b4496239cbd2e92d.tar.gz
podman-f9eb421348bcb582907e60a9b4496239cbd2e92d.tar.bz2
podman-f9eb421348bcb582907e60a9b4496239cbd2e92d.zip
docs: fix contrib/cni broken link
This change updates the install.md documentation to reference the new cni directory location. This change also restores the previously deleted README.md with updated instructions. Signed-off-by: Tristan Cacqueray <tdecacqu@redhat.com> Closes: #761 Approved by: baude
Diffstat (limited to 'install.md')
-rw-r--r--install.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/install.md b/install.md
index 332053238..9dc96f2ac 100644
--- a/install.md
+++ b/install.md
@@ -12,10 +12,9 @@ The latest version of `conmon` is expected to be installed on the system. Conmon
#### Setup CNI networking
-A proper description of setting up CNI networking is given in the
-[`contrib/cni` README](contrib/cni/README.md). But the gist is that you need to
-have some basic network configurations enabled and CNI plugins installed on
-your system.
+A proper description of setting up CNI networking is given in the [`cni` README](cni/README.md).
+But the gist is that you need to have some basic network configurations enabled and
+CNI plugins installed on your system.
### Build and Run Dependencies