From 4ad8b0cb004b6bd28aeb6c9da885a68d11bdaba0 Mon Sep 17 00:00:00 2001 From: Martin Hickey Date: Mon, 29 Apr 2019 09:59:22 +0100 Subject: [PATCH] Update from source section in install doc Signed-off-by: Martin Hickey --- docs/install.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/install.md b/docs/install.md index 3bd5beeb5..cc684bf45 100755 --- a/docs/install.md +++ b/docs/install.md @@ -82,18 +82,16 @@ You must have a working Go environment with ```console $ cd $GOPATH -$ mkdir -p src/k8s.io -$ cd src/k8s.io +$ mkdir -p src/helm.sh +$ cd src/helm.sh $ git clone https://github.com/helm/helm.git $ cd helm -$ make bootstrap build +$ make ``` -The `bootstrap` target will attempt to install dependencies, rebuild the -`vendor/` tree, and validate configuration. - -The `build` target will compile `helm` and place it in `bin/helm`. - +If required, it will first install dependencies, rebuild the +`vendor/` tree, and validate configuration. It will then compile `helm` and +place it in `bin/helm`. ## Conclusion