mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-17 17:15:22 +01:00
Merge pull request #98 from weeger/patch-1
Add missing library on install
This commit is contained in:
commit
cb0af46e18
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ It browses the repository and outputs html page with statistics.
|
|||
|
||||
### Ubuntu
|
||||
|
||||
$ sudo apt-get install ruby ruby-dev
|
||||
$ sudo apt-get install ruby ruby-dev gcc zlib1g-dev make
|
||||
$ sudo gem install git_stats
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in a new issue