diff --git a/conf/README.md b/conf/README.md index 995686d4e..5a7477c92 100644 --- a/conf/README.md +++ b/conf/README.md @@ -1,6 +1,7 @@ -Execute following command in ROOT directory when anything is changed: +After change anything (other than this file) in this directory, a re-run of the following command in the root directory of this repository is required: ``` -$ go get -u github.com/go-bindata/go-bindata/... $ make bindata -``` \ No newline at end of file +``` + +To install the `go-bindata`, please see https://github.com/kevinburke/go-bindata#installation.