From 82a52ed3492bf9ef42fbf05708657ff6a24182cd Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 10 Oct 2019 15:32:34 -0700 Subject: [PATCH] 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).