summaryrefslogtreecommitdiffstats
path: root/conf/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'conf/README.md')
-rw-r--r--conf/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/README.md b/conf/README.md
new file mode 100644
index 0000000000..96e0eb2210
--- /dev/null
+++ b/conf/README.md
@@ -0,0 +1,7 @@
+## NOTICE
+
+This directory only used for development, and us [go-bindata](https://github.com/jteeuwen/go-bindata) to store in memory for releases.
+
+To apply any change in this directory, install [go-bindata](https://github.com/jteeuwen/go-bindata), and then execute following command in root of source directory:
+
+ $ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/... \ No newline at end of file