From 82ee75e4ca5c587b76b477d96612b5daed5c272f Mon Sep 17 00:00:00 2001 From: ConnorBrereton Date: Fri, 13 Sep 2019 17:50:19 -0700 Subject: [PATCH 1/3] Updated README to link to install from script instructions. Signed-off-by: ConnorBrereton --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3262ba54f..7c71df846 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ If you want to use a package manager: - [Snap](https://snapcraft.io/) users can use `sudo snap install helm --classic`. +If you want to install helm from script: + +- [Script](https://github.com/helm/helm/blob/master/docs/install.md#from-script) instructions to install from script on a new instance without Helm. For example, you want to install on a container, cluster, etc. Note: GCP console comes with `Helm` installed by default. + To rapidly get Helm up and running, start with the [Quick Start Guide](https://docs.helm.sh/using_helm/#quickstart-guide). See the [installation guide](https://docs.helm.sh/using_helm/#installing-helm) for more options, From 79a8ca15767a09dc26f27bb3df1b395b4e698780 Mon Sep 17 00:00:00 2001 From: ConnorBrereton Date: Fri, 4 Oct 2019 13:07:15 -0700 Subject: [PATCH 2/3] Commit for PR #6429 Fixed linking alignment error in README. Signed-off-by: ConnorBrereton --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c71df846..fc29e16ad 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ If you want to use a package manager: If you want to install helm from script: -- [Script](https://github.com/helm/helm/blob/master/docs/install.md#from-script) instructions to install from script on a new instance without Helm. For example, you want to install on a container, cluster, etc. Note: GCP console comes with `Helm` installed by default. +- [Script](https://helm.sh/docs/using_helm/#from-script) +instructions to install from script on a new instance without Helm. For example, you want to install on a container, cluster, etc. Note: GCP console comes with `helm` installed by default. To rapidly get Helm up and running, start with the [Quick Start Guide](https://docs.helm.sh/using_helm/#quickstart-guide). From 82a52ed3492bf9ef42fbf05708657ff6a24182cd Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 10 Oct 2019 15:32:34 -0700 Subject: [PATCH 3/3] ref(README): update wording on using the From Script guide - remove note on GCP (belongs in the Distribution Guide) - clean up capitalization - clarify wording Signed-off-by: Matthew Fisher --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index fc29e16ad..f20665567 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,7 @@ If you want to use a package manager: - [Snap](https://snapcraft.io/) users can use `sudo snap install helm --classic`. -If you want to install helm from script: - -- [Script](https://helm.sh/docs/using_helm/#from-script) -instructions to install from script on a new instance without Helm. For example, you want to install on a container, cluster, etc. Note: GCP console comes with `helm` installed by default. +Information can be found in the ["From Script" guide](https://helm.sh/docs/using_helm/#from-script) if you want to install Helm using an installer script. To rapidly get Helm up and running, start with the [Quick Start Guide](https://docs.helm.sh/using_helm/#quickstart-guide).