diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/README.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/README.md b/conf/README.md index 058b46f4d4..ee197505aa 100644 --- a/conf/README.md +++ b/conf/README.md @@ -1,7 +1,3 @@ Execute following command in ROOT directory when anything is changed: -$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/... - -Add -debug flag to make life easier in development(somehow isn't working): - -$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/...
\ No newline at end of file +$ make bindata
\ No newline at end of file |