diff --git a/Documentation/docs-site/content/install.md b/Documentation/docs-site/content/install.md index bb60cc76..88cee4f7 100644 --- a/Documentation/docs-site/content/install.md +++ b/Documentation/docs-site/content/install.md @@ -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