diff --git a/README.md b/README.md index e6cf160..f494f7e 100644 --- a/README.md +++ b/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`) + +![screenshot_example](https://cloud.githubusercontent.com/assets/6382002/21964569/946c0042-db4e-11e6-8a2a-aa20f0b71b04.png) + Want to contribute? Great! First, [read this page][]. + ## Usage ``` git-quick-stats ``` -## Example - -![screenshot_example](https://cloud.githubusercontent.com/assets/6382002/21964569/946c0042-db4e-11e6-8a2a-aa20f0b71b04.png) - - ## 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 \ No newline at end of file + [LICENSE]: https://github.com/arzzen/git-quick-stats/blob/master/LICENSE.txt