mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
Update README.md
This commit is contained in:
parent
bab896a6ec
commit
e43317f6f5
18
README.md
18
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 <optional-command-to-execute-directly>`
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue