aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-11-20 02:37:16 -0500
committerUnknwon <u@gogs.io>2018-11-20 02:37:16 -0500
commit38e8ccac928996f129cace5317083f01e45feaf3 (patch)
tree0a9fe7dc5d4de9e254ab7cde1340a851091464f7
parent1d19a58424651b8248456ccd21d6ab56b5cd6a10 (diff)
conf: add go-bindata install command in README
[ci skip]
-rw-r--r--conf/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/README.md b/conf/README.md
index ee197505..995686d4 100644
--- a/conf/README.md
+++ b/conf/README.md
@@ -1,3 +1,6 @@
Execute following command in ROOT directory when anything is changed:
-$ make bindata \ No newline at end of file
+```
+$ go get -u github.com/go-bindata/go-bindata/...
+$ make bindata
+``` \ No newline at end of file