Merge pull request #576 from fgeek/readme

Added make to Debian installation guide, which is needed in minimal installation.
This commit is contained in:
Ryan Dewhurst
2014-07-24 23:29:00 +02:00
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -61,7 +61,7 @@ wpscanteam at gmail.com
-> Installing on Debian:
sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev
sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev make
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan
sudo gem install bundler

View File

@@ -56,7 +56,7 @@ From Ubuntu 14.04:
####Installing on Debian:
sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev
sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev make
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan
sudo gem install bundler