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
|
* RubyGems - Recommended: latest
|
||||||
* Git
|
* Git
|
||||||
|
|
||||||
-> Installing on Debian/Ubuntu:
|
-> Installing on Ubuntu:
|
||||||
|
|
||||||
Before Ubuntu 14.04:
|
Before Ubuntu 14.04:
|
||||||
|
|
||||||
@@ -59,6 +59,13 @@ wpscanteam at gmail.com
|
|||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler && bundle install --without test
|
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:
|
-> Installing on Fedora:
|
||||||
|
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -41,7 +41,7 @@ Prerequisites:
|
|||||||
|
|
||||||
Windows is not supported.
|
Windows is not supported.
|
||||||
|
|
||||||
####Installing on Debian/Ubuntu:
|
####Installing on Ubuntu:
|
||||||
|
|
||||||
Before Ubuntu 14.04:
|
Before Ubuntu 14.04:
|
||||||
```
|
```
|
||||||
@@ -59,6 +59,16 @@ cd wpscan
|
|||||||
sudo gem install bundler && bundle install --without test
|
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:
|
####Installing on Fedora:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user