fix broken helm download command in instructions

This commit is contained in:
Soam Vasani
2017-09-12 16:45:33 -07:00
parent bc02d159f3
commit dca2915a7e
+2 -2
View File
@@ -48,7 +48,7 @@ First, you'll need the helm CLI:
On __OS X__:
```
$ curl -L 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
@@ -57,7 +57,7 @@ $ mv darwin-amd64/helm /usr/local/bin
On __Linux__:
```
$ curl -L 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