Skip to content

Commit

Permalink
Release v0.3.2 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb committed Nov 8, 2019
1 parent 9c8d6cf commit bd754e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
```sh
(
set -x; cd "$(mktemp -d)" &&
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}" &&
tar zxvf krew.tar.gz &&
./krew-"$(uname | tr '[:upper:]' '[:lower:]')_amd64" install \
--manifest=krew.yaml --archive=krew.tar.gz
Expand Down

0 comments on commit bd754e1

Please sign in to comment.