1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 00:55:48 +00:00
gitea/conf/README.md
2014-05-28 01:53:06 -04:00

9 lines
408 B
Markdown

## 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/...
```