From 5744df31642aefabb709b678eeea212732cda368 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Mon, 5 Aug 2019 05:37:54 -0400 Subject: [PATCH] Update dev docs for some missing bits (#316) Signed-off-by: Doug Davis --- DEVELOPMENT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index eb77257b7..755e7b950 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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