diff --git a/docs/developers.md b/docs/developers.md index a84ce8722..5095bf1a0 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -27,7 +27,7 @@ packages. This will build both Helm and Tiller. `make bootstrap` will attempt to install certain tools if they are missing. -To run all of the tests (without running the tests for `vendor/`), run +To run all the tests (without running the tests for `vendor/`), run `make test`. To run Helm and Tiller locally, you can run `bin/helm` or `bin/tiller`.