Updated installation instr. for GNU/Linux Debian.

This commit is contained in:
Henri Salo
2014-07-11 10:04:08 +03:00
parent 0b04a96e15
commit cf4efee340
2 changed files with 19 additions and 2 deletions

9
README
View File

@@ -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:

View File

@@ -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:
```