Skip to content

Commit

Permalink
tutorial: Update CNI plugins install example
Browse files Browse the repository at this point in the history
Commit containernetworking/plugins@4e1f780 (Split build.sh into two
OS-specific scripts) removes the build.sh file. Now we have
build_linux.sh and build_windows.sh

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
  • Loading branch information
rst0git committed Dec 20, 2018
1 parent 12ec0b2 commit 6dea2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ cd $GOPATH/src/github.com/containernetworking/plugins
Build the `CNI` plugins:

```
./build.sh
./build_linux.sh # or build_windows.sh
```

Output:
Expand Down

0 comments on commit 6dea2a5

Please sign in to comment.