diff --git a/readme.md b/readme.md index 69838a53a..98f070b76 100644 --- a/readme.md +++ b/readme.md @@ -73,9 +73,18 @@ make SRCDIR=build CFGDIR=cfg HAVE_RULES=yes ``` Flags: -SRCDIR=build : Python is used to optimise cppcheck -CFGDIR=cfg : Specify folder where .cfg files are found -HAVE_RULES=yes : Enable rules (pcre is required if this is used) + +SRCDIR=build + +> Python is used to optimise cppcheck + +CFGDIR=cfg + +> Specify folder where .cfg files are found + +HAVE_RULES=yes + +> Enable rules (pcre is required if this is used) ### g++ (for experts)