Skip to content

Commit 9463c6c

Browse files
corneliusweigk8s-ci-robot
authored andcommitted
Update README.md for krew v0.3.0 (#333)
* Release v0.3.0 * Update README.md with github releases artifact links
1 parent 73ee7e2 commit 9463c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
5050
```sh
5151
(
5252
set -x; cd "$(mktemp -d)" &&
53-
curl -fsSLO "https://storage.googleapis.com/krew/v0.2.1/krew.{tar.gz,yaml}" &&
53+
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.0/krew.{tar.gz,yaml}" &&
5454
tar zxvf krew.tar.gz &&
5555
./krew-"$(uname | tr '[:upper:]' '[:lower:]')_amd64" install \
5656
--manifest=krew.yaml --archive=krew.tar.gz
@@ -73,7 +73,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
7373
```fish
7474
begin
7575
set -x; set temp_dir (mktemp -d); cd "$temp_dir" &&
76-
curl -fsSLO "https://storage.googleapis.com/krew/v0.2.1/krew.{tar.gz,yaml}" &&
76+
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/download/v0.3.0/krew.{tar.gz,yaml}" &&
7777
tar zxvf krew.tar.gz &&
7878
set KREWNAME krew-(uname | tr '[:upper:]' '[:lower:]')_amd64 &&
7979
./$KREWNAME install \

0 commit comments

Comments
 (0)