fix broken helm download command in instructions, again
This commit is contained in:
@@ -48,7 +48,7 @@ First, you'll need the helm CLI:
|
|||||||
|
|
||||||
On __OS X__:
|
On __OS X__:
|
||||||
```
|
```
|
||||||
$ curl -Lo https://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-darwin-amd64.tar.gz
|
$ curl -LO https://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-darwin-amd64.tar.gz
|
||||||
|
|
||||||
$ tar xzf helm-v2.6.1-darwin-amd64.tar.gz
|
$ tar xzf helm-v2.6.1-darwin-amd64.tar.gz
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ $ mv darwin-amd64/helm /usr/local/bin
|
|||||||
|
|
||||||
On __Linux__:
|
On __Linux__:
|
||||||
```
|
```
|
||||||
$ curl -Lo https://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-linux-amd64.tar.gz
|
$ curl -LO https://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-linux-amd64.tar.gz
|
||||||
|
|
||||||
$ tar xzf helm-v2.6.1-linux-amd64.tar.gz
|
$ tar xzf helm-v2.6.1-linux-amd64.tar.gz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user