From ec9e735ba9a4393ed22e23596c3d428bd76de823 Mon Sep 17 00:00:00 2001 From: Denis Chebotarev <6002940+snedi@users.noreply.github.com> Date: Sun, 8 Apr 2018 21:35:00 +0300 Subject: [PATCH] update install.md Corrections to Installing Helm -> From Source section --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index 6ca13c90a..0d658984a 100755 --- a/docs/install.md +++ b/docs/install.md @@ -83,6 +83,8 @@ go if you want to test the latest (pre-release) Helm version. You must have a working Go environment with [glide](https://github.com/Masterminds/glide) and Mercurial installed. +You should also check that your glide binary directory is in the system PATH. + ```console $ cd $GOPATH $ mkdir -p src/k8s.io