mirror of
https://github.com/helm/helm.git
synced 2026-08-04 23:20:49 +00:00
Merge pull request #2250 from bodepd/gopath_compile_note
Add note about gopath in developer docs
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user