mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 05:22:16 +01:00
Merge pull request #65 from markus-strenn/master
Updated README.md: added installation for ubuntu
This commit is contained in:
commit
bf97824ff5
1 changed files with 7 additions and 0 deletions
|
@ -14,8 +14,15 @@ It browses the repository and outputs html page with statistics.
|
|||
|
||||
## Installation
|
||||
|
||||
### Existing ruby/gem environment
|
||||
|
||||
$ gem install git_stats
|
||||
|
||||
### Ubuntu
|
||||
|
||||
$ sudo apt-get install ruby
|
||||
$ sudo gem install git_stats
|
||||
|
||||
## Usage
|
||||
|
||||
### Generator
|
||||
|
|
Loading…
Reference in a new issue