Add note about gopath in developer docs

Added a note that helm needs to be in a
specific directory path in order for it
to be compiled.
pull/2250/head
Dan Bode 8 years ago
parent 9856c23459
commit 8654962def

@ -19,6 +19,8 @@ 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`.
This will build both Helm and Tiller. `make bootstrap` will attempt to
install certain tools if they are missing.

Loading…
Cancel
Save