Commit 252e992a authored by Taylor Thomas's avatar Taylor Thomas Committed by GitHub

Merge pull request #2250 from bodepd/gopath_compile_note

Add note about gopath in developer docs
parents 33bb15ef 8654962d
...@@ -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.
......
Markdown is supported
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