Update dev docs for some missing bits (#316)

Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
Doug Davis 2019-08-05 05:37:54 -04:00 committed by Knative Prow Robot
parent 32470ac256
commit 5744df3164
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ You must install these tools:
1. [`go`](https://golang.org/doc/install): The language `Knative Client` is
built in (1.11.4 or later)
1. [`goimports`](https://godoc.org/golang.org/x/tools/cmd/goimports)
1. `gcc` compiler: Used during testing. Not needed if golang is installed
via the installer
1. [`git`](https://help.github.com/articles/set-up-git/): For source control
1. [`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/): For
managing development environments