summaryrefslogtreecommitdiffstats
path: root/conf/README.md
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-28 00:06:31 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-28 00:06:31 -0400
commitff690fd9760e0cfb5ae9e49aecb7a201f7ca8304 (patch)
tree3e601c42e1fc8ff50df02bf04fb48680a031123e /conf/README.md
parentbcfa78b8b559c638c40fa9d0c4ff08c6d8307e88 (diff)
downloadgitea-ff690fd9760e0cfb5ae9e49aecb7a201f7ca8304.tar.gz
gitea-ff690fd9760e0cfb5ae9e49aecb7a201f7ca8304.zip
Fix #200, add VERSION to template files
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