Updated installation instr. for GNU/Linux Debian.
This commit is contained in:
9
README
9
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:
|
||||
|
||||
|
||||
12
README.md
12
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:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user