fix broken helm download command in instructions, again

This commit is contained in:
Soam Vasani
2017-09-12 16:46:39 -07:00
parent dca2915a7e
commit 9d8a46e847
+2 -2
View File
@@ -48,7 +48,7 @@ First, you'll need the helm CLI:
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
@@ -57,7 +57,7 @@ $ mv darwin-amd64/helm /usr/local/bin
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