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 8895480 commit cd2c6e1Copy full SHA for cd2c6e1
README.md
@@ -38,7 +38,7 @@ Read the [User Guide](./docs/USER_GUIDE.md) for detailed documentation.
38
```sh
39
(
40
set -x; cd "$(mktemp -d)" &&
41
- curl -fsSLO "https://storage.googleapis.com/krew/v0.2.0/krew.{tar.gz,yaml}" &&
+ curl -fsSLO "https://storage.googleapis.com/krew/v0.2.1/krew.{tar.gz,yaml}" &&
42
tar zxvf krew.tar.gz &&
43
./krew-"$(uname | tr '[:upper:]' '[:lower:]')_amd64" install \
44
--manifest=krew.yaml --archive=krew.tar.gz
0 commit comments