From c35d2c5708e95f377e0af6b3646b5fc27b3b4bf7 Mon Sep 17 00:00:00 2001 From: Romain Weeger Date: Mon, 18 Feb 2019 15:56:19 +0100 Subject: [PATCH] Add missing library on install For people who have not every required packages, or working like me from a fresh docker container. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 678b0787da..c12def2bef 100644 --- a/README.md +++ b/README.md @@ -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