Add missing library on install

For people who have not every required packages, or working like me from a fresh docker container.
This commit is contained in:
Romain Weeger 2019-02-18 15:56:19 +01:00 committed by GitHub
parent 34a1d13ea0
commit c35d2c5708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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