Преглед на файлове

conf: update instructions for installing go-bindata

Unknwon преди 5 години
родител
ревизия
f148b7bfc0
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      conf/README.md

+ 4 - 3
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
-```
+```
+
+To install the `go-bindata`, please see https://github.com/kevinburke/go-bindata#installation.