From 56af57ea94c1d74f55a64c310a81b759f010569a Mon Sep 17 00:00:00 2001 From: ReSearchITEng Date: Sat, 2 Sep 2017 17:09:00 +0300 Subject: [PATCH] easy copy/paste for those living on the edge easy copy/paste for those living on the edge :) --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index ed0bd4ead..3691d56b2 100755 --- a/docs/install.md +++ b/docs/install.md @@ -48,7 +48,7 @@ $ chmod 700 get_helm.sh $ ./get_helm.sh ``` -Yes, you can `curl ...| bash` that if you want to live on the edge. +Yes, you can `curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash` that if you want to live on the edge. ### From Canary Builds