We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8d6cf commit bd754e1Copy full SHA for bd754e1
README.md
@@ -51,7 +51,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
51
```sh
52
(
53
set -x; cd "$(mktemp -d)" &&
54
- curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.1/krew.{tar.gz,yaml}" &&
+ curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.2/krew.{tar.gz,yaml}" &&
55
tar zxvf krew.tar.gz &&
56
./krew-"$(uname | tr '[:upper:]' '[:lower:]')_amd64" install \
57
--manifest=krew.yaml --archive=krew.tar.gz
0 commit comments