summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorBart Van Bos <bart.vanbos@rombit.be>2016-08-23 14:10:43 +0200
committerBart Van Bos <bart.vanbos@rombit.be>2016-08-23 14:10:43 +0200
commitd7f26f7b131dab35fd910c51421dcc95760fc14a (patch)
treeeffc06c059a9ec5366511a6e0f3fd3a463342f1b /development.md
parentd750f3051909bf79166fc386bd706f4b0c4c97f9 (diff)
Add go-bindata as development dependency
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 54b94e8a..c6f9ebcc 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: