readme.md reformat, build_flags_template comments

This commit is contained in:
livello
2018-03-23 10:52:15 +03:00
parent 6497beaabb
commit 829a7f4021
3 changed files with 43 additions and 21 deletions

View File

@@ -2,7 +2,9 @@
# usage:
# first make your own copy of template
# cp build_flags_template.sh my_build_flags.sh
# then source it
# then edit, change or comment something
# nano my_build_flags.sh
# and source it
# source my_build_flags.sh
export FLAGS="-DMY_CONFIG_SERVER=lazyhome.ru"
export FLAGS="$FLAGS -DWATCH_DOG_TICKER_DISABLE"