Skip to content

Commit

Permalink
Update install procedure
Browse files Browse the repository at this point in the history
As describe here : https://golang.org/doc/go-get-install-deprecation, go get no longer works without a go module.
Signed-off-by: Sugate <mariusjoffre@gmail.com>
  • Loading branch information
Joffref committed Aug 10, 2022
1 parent d063cf9 commit d92c34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/cnitool.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ add or remove an interface in an already-created network namespace.
First, install cnitool:

```bash
go get github.com/containernetworking/cni
go install github.com/containernetworking/cni/cnitool
go install github.com/containernetworking/cni@latest
go install github.com/containernetworking/cni/cnitool@latest
```

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

0 comments on commit d92c34e

Please sign in to comment.