aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2020-01-29 16:41:22 +0800
committerUnknwon <u@gogs.io>2020-01-29 16:42:06 +0800
commitf148b7bfc0bf805d4e7b5af7f924bdc90f5678e9 (patch)
tree85cba34dcef51b3da738a244ce663a017fb9473d
parenta0342d95278702ae3802723087f41cd1876a8620 (diff)
conf: update instructions for installing go-bindata
-rw-r--r--conf/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/README.md b/conf/README.md
index 995686d4..5a7477c9 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.