mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 05:22:16 +01:00
Updated README.md: added installation for ubuntu
see https://github.com/tomgi/git_stats/issues/39
This commit is contained in:
parent
615cf91857
commit
2e9d19b0d2
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