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 ```
This commit is contained in:
commit
f53e230003
|
|
@ -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
|
mercurial` on Linux, or [brew.sh](http://brew.sh) on OS X, or download directly
|
||||||
from mercurial.
|
from mercurial.
|
||||||
|
|
||||||
Install godep (may require sudo):
|
Install godep and go-bindata (may require sudo):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go get -u github.com/tools/godep
|
go get -u github.com/tools/godep
|
||||||
|
go get -u github.com/jteeuwen/go-bindata/go-bindata
|
||||||
```
|
```
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue