Merge pull request #96 from kjivan/master

Add ruby-dev package to prereq install for ubuntu
This commit is contained in:
Tomasz Gieniusz 2019-01-30 10:18:00 +01:00 committed by GitHub
commit 34a1d13ea0
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
$ sudo apt-get install ruby ruby-dev
$ sudo gem install git_stats
## Usage