summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-09-05 11:10:14 -0700
committerGitHub <noreply@github.com>2016-09-05 11:10:14 -0700
commitf53e230003833c63113cc36c5f6df7d248e78369 (patch)
tree42b28262931cdf6b2921168969dcedbaf447d4b4 /development.md
parent9975514540d8e3dbaed5910a2638352e29eaf841 (diff)
parentd7f26f7b131dab35fd910c51421dcc95760fc14a (diff)
Merge pull request #31259 from rombit-be/update-dev-doc
Automatic merge from submit-queue Add go-bindata as development dependency **What this PR does / why we need it**: Small update in the developer notes (a go dependency was missing, which I noticed when setting up my own development environment) **Which issue this PR fixes**: Not applicable **Special notes for your reviewer**: **Release note**: N/A ```release-note ```
Diffstat (limited to 'development.md')
-rw-r--r--development.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/development.md b/development.md
index 7150634d..2a0e0410 100644
--- a/development.md
+++ b/development.md
@@ -90,10 +90,11 @@ source control system). Use `apt-get install mercurial` or `yum install
mercurial` on Linux, or [brew.sh](http://brew.sh) on OS X, or download directly
from mercurial.
-Install godep (may require sudo):
+Install godep and go-bindata (may require sudo):
```sh
go get -u github.com/tools/godep
+go get -u github.com/jteeuwen/go-bindata/go-bindata
```
Note: