From 02efb3da8e26fb5c545067c6f249d3ae4d423bb9 Mon Sep 17 00:00:00 2001 From: Benjamin Schmid Date: Fri, 15 Apr 2016 11:49:36 +0200 Subject: [PATCH] docs(README): Add note & reference to example config file --- README.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 88d7e3c..a0836c6 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -76,7 +76,11 @@ NOTE: Due to a limitation of IDEA itself it is not possible to run more than one === Configuration file base usage IDEA CLI Inspector supports configuration via a `.ideainspect` file in the project -root directory. If you +root directory. Below is a example: + +---- +include::.ideainspect[] +---- === Command line based usage For a full list of options please run `ideainspect.groovy -h`: