From 82ee75e4ca5c587b76b477d96612b5daed5c272f Mon Sep 17 00:00:00 2001 From: ConnorBrereton Date: Fri, 13 Sep 2019 17:50:19 -0700 Subject: [PATCH] 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,