Merge pull request #5621 from mauilion/patch-1

Updating to use git.io short url
pull/5630/head
Matthew Fisher 7 years ago committed by GitHub
commit e562a2ee94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,18 +63,18 @@ scoop install helm
### From Script ### From Script
Helm now has an installer script that will automatically grab the latest version Helm now has an installer script that will automatically grab the latest version
of the Helm client and [install it locally](https://raw.githubusercontent.com/helm/helm/master/scripts/get). of the Helm client and [install it locally](https://git.io/get_helm.sh).
You can fetch that script, and then execute it locally. It's well documented so 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/helm/helm/master/scripts/get > get_helm.sh $ curl -LO https://git.io/get_helm.sh
$ chmod 700 get_helm.sh $ chmod 700 get_helm.sh
$ ./get_helm.sh $ ./get_helm.sh
``` ```
Yes, you can `curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash` that if you want to live on the edge. Yes, you can `curl -L https://git.io/get_helm.sh | bash` that if you want to live on the edge.
### From Canary Builds ### From Canary Builds

Loading…
Cancel
Save