Parcourir la source

conf: add go-bindata install command in README

[ci skip]
Unknwon il y a 5 ans
Parent
commit
38e8ccac92
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      conf/README.md

+ 4 - 1
conf/README.md

@@ -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
+```