From ab9b042e351519bedcfef5926008098fb8316bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?= Date: Sun, 15 Jan 2017 18:36:19 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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