Add ruby-dev package to prereq install for ubuntu

This commit is contained in:
Kavi Jivan 2019-01-12 00:06:13 -05:00 committed by GitHub
parent 6a8078b14a
commit 647c9624d0
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