From dddce02b942d13479afe44adebaa3aa992f75d0b Mon Sep 17 00:00:00 2001 From: lihuang Date: Mon, 5 Feb 2018 13:38:22 +0800 Subject: [PATCH] Update developers.md --- docs/developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.