Commit c4581c8b authored by flyer103's avatar flyer103

docs/developers.md: add notes for `k8s.io` dir

parent b600ea47
...@@ -21,7 +21,9 @@ We use Make to build our programs. The simplest way to get started is: ...@@ -21,7 +21,9 @@ 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`. NOTE: This will fail if not running from the path `$GOPATH/src/k8s.io/helm`. The
directory `k8s.io` should not be a symlink or `build` couldn't find the relevant
packages.
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