From c4581c8b402d8af35c3bcc401080088375217a01 Mon Sep 17 00:00:00 2001 From: flyer103 Date: Sun, 1 Oct 2017 17:03:38 +0800 Subject: [PATCH 1/2] docs/developers.md: add notes for `k8s.io` dir --- docs/developers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/developers.md b/docs/developers.md index e0aeb374a..4bae913ca 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -21,7 +21,9 @@ We use Make to build our programs. The simplest way to get started is: $ make bootstrap build ``` -NOTE: This will fail if not run from the path: `$GOPATH/src/k8s.io/helm`. +NOTE: This will fail if not running from the path `$GOPATH/src/k8s.io/helm`. The +directory `k8s.io` should not be a symlink or `build` couldn't find the relevant +packages. This will build both Helm and Tiller. `make bootstrap` will attempt to install certain tools if they are missing. From ac533d98be24adb902967240f9bc909ec1b81158 Mon Sep 17 00:00:00 2001 From: flyer103 Date: Tue, 3 Oct 2017 12:56:15 +0800 Subject: [PATCH 2/2] docs/developers.md: change tense --- docs/developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers.md b/docs/developers.md index 4bae913ca..9720b99f0 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -22,7 +22,7 @@ $ make bootstrap build ``` NOTE: This will fail if not running from the path `$GOPATH/src/k8s.io/helm`. The -directory `k8s.io` should not be a symlink or `build` couldn't find the relevant +directory `k8s.io` should not be a symlink or `build` will not find the relevant packages. This will build both Helm and Tiller. `make bootstrap` will attempt to