From f3c8bbbf8b8a5b8db290b6b391b6b7e91e0de42d Mon Sep 17 00:00:00 2001 From: raulAtNamely Date: Fri, 10 Mar 2017 15:03:51 -0500 Subject: [PATCH] Updated helm version information --- docs/install.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index b935fa4f8..22ba6c1e8 100755 --- a/docs/install.md +++ b/docs/install.md @@ -16,9 +16,11 @@ provides binary releases for a variety of OSes. These binary versions can be manually downloaded and installed. 1. Download your [desired version](https://github.com/kubernetes/helm/releases) -2. Unpack it (`tar -zxvf helm-v2.0.0-linux-amd64.tgz`) +2. Unpack it (`tar -zxvf helm-vX.X.X-linux-amd64.tar.gz`) 3. Find the `helm` binary in the unpacked directory, and move it to its - desired destination (`mv linux-amd64/helm /usr/local/bin/helm`) + desired destination: + + `mv linux-amd64/helm /usr/local/bin/helm` From there, you should be able to run the client: `helm help`.