From cae99cb3f7bc944648bb962ddbece2154d5d391a Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Fri, 12 Jul 2013 03:50:21 +0200 Subject: [PATCH] Extended the README with some "quick start" notes. --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.txt b/README.txt index d3b8c43..3f0a63f 100644 --- a/README.txt +++ b/README.txt @@ -6,3 +6,10 @@ certain conditions; see the accompanying LICENSE.txt file for further details. For questions regarding gitinspector you can contact the current maintainer in charge at gitinspector@ejwa.se. + +To run gitinspector; please start it via the gitinspector/gitinspector.py +script. Use the -h or --help flags to get help about available options. + +It is also possible to set gitinspector options using the "git config" +command. Refer to the project page at http://gitinspector.googlecode.com +for more information.