Skip to content

Commit d92c34e

Browse files
committed
Update install procedure
As describe here : https://golang.org/doc/go-get-install-deprecation, go get no longer works without a go module. Signed-off-by: Sugate <[email protected]>
1 parent d063cf9 commit d92c34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/cnitool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ add or remove an interface in an already-created network namespace.
2727
First, install cnitool:
2828

2929
```bash
30-
go get github.com/containernetworking/cni
31-
go install github.com/containernetworking/cni/cnitool
30+
go install github.com/containernetworking/cni@latest
31+
go install github.com/containernetworking/cni/cnitool@latest
3232
```
3333

3434
Then, check out and build the plugins. All commands should be run from this directory.

0 commit comments

Comments
 (0)