From e43317f6f5a491a09dcbcfa00517a1bc5f4eab5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?= Date: Wed, 18 Jan 2017 16:35:22 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ef7ca7..2d6f020 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,16 @@ Want to contribute? Great! First, [read this page][]. ## Usage -``` -git quick-stats -``` +`git quick-stats` +or +`git-quick-stats` + +Or you can use (non-interactive) direct execution: + +`git quick-stats ` + +Possible arguments: +suggestReviewers, detailedGitStats, commitsPerDay, commitsPerAuthor, myDailyStats, contributors, branchesByDate, changelogs ## Installation @@ -31,6 +38,11 @@ For uninstalling, open up the cloned directory and run sudo make uninstall ``` +## System requirements + +* Unix like OS with a proper shell +* Tools we use: git ; awk ; sed ; tr ; echo ; grep ; cut ; sort ; head ; uniq ; column. + ## Contribution Want to contribute? Great! First, read this page.