summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2018-11-08 14:21:25 -0500
committerVincent Batts <vbatts@hashbangbash.com>2018-11-08 14:21:25 -0500
commitda6f15ad212b7c309fd54bb7f1a470ce70d1b576 (patch)
tree3240a989a1caaa6c4ea00fbe0d4a3fffa69d7497 /docs
parent921ccac10c47e0865ec5e4ba00ebb69a03d89473 (diff)
downloadpodman-da6f15ad212b7c309fd54bb7f1a470ce70d1b576.tar.gz
podman-da6f15ad212b7c309fd54bb7f1a470ce70d1b576.tar.bz2
podman-da6f15ad212b7c309fd54bb7f1a470ce70d1b576.zip
podman_tutorial: cni build path has changed
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/podman_tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md
index 152d65a59..d48df289f 100644
--- a/docs/tutorials/podman_tutorial.md
+++ b/docs/tutorials/podman_tutorial.md
@@ -77,7 +77,7 @@ $ sudo curl https://raw.githubusercontent.com/containers/skopeo/master/default-p
```console
$ git clone https://github.com/containernetworking/plugins.git $GOPATH/src/github.com/containernetworking/plugins
$ cd $GOPATH/src/github.com/containernetworking/plugins
-$ ./build.sh
+$ ./build_linux.sh
$ sudo mkdir -p /usr/libexec/cni
$ sudo cp bin/* /usr/libexec/cni
```