mirror of https://github.com/knative/client.git
Update dev docs for some missing bits (#316)
Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
32470ac256
commit
5744df3164
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue