mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-17 17:15:22 +01:00
Merge pull request #89 from flobee/patch-1
Adds hint for debian stable (9.*) installs
This commit is contained in:
commit
87697be98d
1 changed files with 5 additions and 0 deletions
|
@ -17,7 +17,12 @@ It browses the repository and outputs html page with statistics.
|
|||
### Existing ruby/gem environment
|
||||
|
||||
$ gem install git_stats
|
||||
|
||||
### debian stretch (9.*)
|
||||
|
||||
# apt-get install ruby ruby-nokogiri ruby-nokogiri-diff ruby-nokogumbo
|
||||
# gem install git_stats
|
||||
|
||||
### Ubuntu
|
||||
|
||||
$ sudo apt-get install ruby
|
||||
|
|
Loading…
Reference in a new issue