conf: add go-bindata install command in README

[ci skip]
This commit is contained in:
Unknwon
2018-11-20 02:37:16 -05:00
parent 1d19a58424
commit 38e8ccac92

View File

@@ -1,3 +1,6 @@
Execute following command in ROOT directory when anything is changed:
$ make bindata
```
$ go get -u github.com/go-bindata/go-bindata/...
$ make bindata
```