diff --git a/conf/README.md b/conf/README.md index ee197505a..995686d4e 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