diff options
Diffstat (limited to 'conf/README.md')
-rw-r--r-- | conf/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/README.md b/conf/README.md index 96e0eb2210..a20541a93f 100644 --- a/conf/README.md +++ b/conf/README.md @@ -4,4 +4,6 @@ This directory only used for development, and us [go-bindata](https://github.com 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 +``` +$ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/... +```
\ No newline at end of file |