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
3409eaf2b1
commit
ab9b042e35
16
README.md
16
README.md
|
|
@ -2,23 +2,25 @@
|
|||
## GIT quick statistics
|
||||
|
||||
> Git-quick-stats is a simple and efficient way to access various statistics in git repository.
|
||||
> (dependence `apt install dialog`)
|
||||
|
||||

|
||||
|
||||
Want to contribute? Great! First, [read this page][].
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
git-quick-stats
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||

|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
# depencences:
|
||||
$ apt-get install dialog
|
||||
|
||||
# clone & install
|
||||
$ git clone https://github.com/arzzen/git-quick-stats.git && cd git-quick-stats
|
||||
$ sudo make install
|
||||
```
|
||||
|
|
@ -59,4 +61,4 @@ MIT see [LICENSE][] for the full license text.
|
|||
|
||||
[read this page]: http://github.com/arzzen/git-quick-stats/blob/master/CONTRIBUTING.md
|
||||
[landing page]: http://arzzen.github.io/git-quick-stats
|
||||
[LICENSE]: https://github.com/arzzen/git-quick-stats/blob/master/LICENSE.txt
|
||||
[LICENSE]: https://github.com/arzzen/git-quick-stats/blob/master/LICENSE.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue