aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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