Commit 8654962d authored by Dan Bode's avatar Dan Bode
Browse files

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.
parent 9856c234
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -19,6 +19,8 @@ We use Make to build our programs. The simplest way to get started is: ...@@ -19,6 +19,8 @@ We use Make to build our programs. The simplest way to get started is:
$ make bootstrap build $ 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 This will build both Helm and Tiller. `make bootstrap` will attempt to
install certain tools if they are missing. install certain tools if they are missing.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment