Added specificity to installation instructions

Tested on Linux and assume (!) these would work for Mac OS X.
pull/609/head
Daz Wilkin 10 years ago
parent 4d7c681ba0
commit 52e0514163

@ -26,12 +26,18 @@ Note: if you're exploring or using the project, you'll probably want to pull
[the latest release](https://github.com/kubernetes/helm/releases/latest), [the latest release](https://github.com/kubernetes/helm/releases/latest),
since there may be undiscovered or unresolved issues at HEAD. since there may be undiscovered or unresolved issues at HEAD.
Ensure GOPATH is set.
Ensure you are authenticated to and have access to a Kubernetes cluster.
From a Linux or Mac OS X client: From a Linux or Mac OS X client:
``` ```
$ git clone https://github.com/kubernetes/helm.git $ git clone https://github.com/kubernetes/helm.git $GOPATH/src/github.com/kubernetes/helm
$ cd helm $ cd $GOPATH/src/github.com/kubernetes/helm
$ go get ./...
$ make build $ make build
$ cd $GOPATH
$ bin/helm server install $ bin/helm server install
``` ```

Loading…
Cancel
Save