mirror of
https://github.com/tomgi/git_stats.git
synced 2025-01-03 11:12:11 +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
|
## Installation
|
||||||
|
|
||||||
|
### Existing ruby/gem environment
|
||||||
|
|
||||||
$ gem install git_stats
|
$ gem install git_stats
|
||||||
|
|
||||||
|
### Ubuntu
|
||||||
|
|
||||||
|
$ sudo apt-get install ruby
|
||||||
|
$ sudo gem install git_stats
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Generator
|
### Generator
|
||||||
|
|
Loading…
Reference in a new issue