From 16906a525c770db11d38d65d20ff60625be93e81 Mon Sep 17 00:00:00 2001 From: Ken Wronkiewicz Date: Thu, 5 May 2016 14:58:00 -0700 Subject: [PATCH 1/2] Readme-fix * Fixing the make target in the readme (misspelling) * Adding link to Glide. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e29ae77fd..22732128b 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ Make sure you have the prerequisites: - Go 1.6 - A running Kubernetes cluster - `kubectl` properly configured to talk to your cluster -- Glide 0.10 or greater +- [Glide](https://glide.sh/) 0.10 or greater 1. Clone (or otherwise download) this repository -2. Run `make boostrap build` +2. Run `make bootstrap build` You will now have two binaries built: From 40b1cea70ac9742324c49d1e98627b7d36f65398 Mon Sep 17 00:00:00 2001 From: Ken Wronkiewicz Date: Thu, 5 May 2016 15:39:49 -0700 Subject: [PATCH 2/2] More documentation updates --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22732128b..c406d00fc 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,11 @@ Make sure you have the prerequisites: - Go 1.6 - A running Kubernetes cluster - `kubectl` properly configured to talk to your cluster -- [Glide](https://glide.sh/) 0.10 or greater +- [Glide](https://glide.sh/) 0.10 or greater with both git and mercurial installed. -1. Clone (or otherwise download) this repository -2. Run `make bootstrap build` +1. [Properly set your $GOPATH](https://golang.org/doc/code.html) +2. Clone (or otherwise download) this repository into $GOPATH/src/github.com/kubernetes/helm +3. Run `make bootstrap build` You will now have two binaries built: