From d9532a85c97f4ab5bc4d7c7f4aa6d71bb7555a53 Mon Sep 17 00:00:00 2001 From: ravicm Date: Mon, 5 Mar 2018 12:40:23 -0500 Subject: [PATCH] curl and bash in one go --- docs/install.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index 78b1a53b6..050aa9685 100755 --- a/docs/install.md +++ b/docs/install.md @@ -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. ``` -$ curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh -$ chmod 700 get_helm.sh -$ ./get_helm.sh +$ curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash ``` Yes, you can `curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash` that if you want to live on the edge.