pull/3609/merge
ravicm 8 years ago committed by GitHub
commit 97a0056e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,9 +45,7 @@ You can fetch that script, and then execute it locally. It's well documented so
that you can read through it and understand what it is doing before you run it. that you can read through it and understand what it is doing before you run it.
``` ```
$ curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh $ curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
$ chmod 700 get_helm.sh
$ ./get_helm.sh
``` ```
Yes, you can `curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash` that if you want to live on the edge. Yes, you can `curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash` that if you want to live on the edge.

Loading…
Cancel
Save