From d270391b56cc421a6129cce4c5f6b776e0f8647e Mon Sep 17 00:00:00 2001 From: pvdl Date: Tue, 26 Jul 2016 19:43:45 +0200 Subject: [PATCH] Fix for missing 'zlib.h' in Nokogiri --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d580f8..8cdfbf02 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Before Ubuntu 14.04: From Ubuntu 14.04: - sudo apt-get install libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential libgmp-dev + sudo apt-get install libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential libgmp-dev zlib1g-dev git clone https://github.com/wpscanteam/wpscan.git cd wpscan sudo gem install bundler && bundle install --without test