Skip to content

Commit 652e113

Browse files
committed
Release v0.2.0
1 parent 600d65d commit 652e113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Read the [User Guide](./docs/USER_GUIDE.md) for detailed documentation.
3838
```sh
3939
(
4040
set -x; cd "$(mktemp -d)" &&
41-
curl -fsSLO "https://storage.googleapis.com/krew/v0.2.0-rc.1/krew.{tar.gz,yaml}" &&
41+
curl -fsSLO "https://storage.googleapis.com/krew/v0.2.0/krew.{tar.gz,yaml}" &&
4242
tar zxvf krew.tar.gz &&
4343
./krew-"$(uname | tr '[:upper:]' '[:lower:]')_amd64" install \
4444
--manifest=krew.yaml --archive=krew.tar.gz

0 commit comments

Comments
 (0)