From cf4efee340eb8b5024314a98980b001077efae06 Mon Sep 17 00:00:00 2001 From: Henri Salo Date: Fri, 11 Jul 2014 10:04:08 +0300 Subject: [PATCH] Updated installation instr. for GNU/Linux Debian. --- README | 9 ++++++++- README.md | 12 +++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README b/README index b6629433..93bf68d9 100644 --- a/README +++ b/README @@ -45,7 +45,7 @@ wpscanteam at gmail.com * RubyGems - Recommended: latest * Git - -> Installing on Debian/Ubuntu: + -> Installing on Ubuntu: Before Ubuntu 14.04: @@ -59,6 +59,13 @@ wpscanteam at gmail.com cd wpscan sudo gem install bundler && bundle install --without test + -> Installing on Debian: + + sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev + git clone https://github.com/wpscanteam/wpscan.git + cd wpscan + sudo gem install bundler + bundle install --without test --path vendor/bundle -> Installing on Fedora: diff --git a/README.md b/README.md index 5472cd55..18e45140 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Prerequisites: Windows is not supported. -####Installing on Debian/Ubuntu: +####Installing on Ubuntu: Before Ubuntu 14.04: ``` @@ -59,6 +59,16 @@ cd wpscan sudo gem install bundler && bundle install --without test ``` +####Installing on Debian: + +``` +sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev +git clone https://github.com/wpscanteam/wpscan.git +cd wpscan +sudo gem install bundler +bundle install --without test --path vendor/bundle +``` + ####Installing on Fedora: ```