diff --git a/docs/developers.md b/docs/developers.md index 59a29f0606fb1376b824967361a71cbfc825d5c9..4594e0c89f6369b577f10ca331a0162fb4199461 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -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.