Change bacticks to 4 spaces in MD
This commit is contained in:
11
README.md
11
README.md
@@ -56,26 +56,21 @@ From Ubuntu 14.04:
|
|||||||
|
|
||||||
####Installing on Debian:
|
####Installing on Debian:
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev
|
sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler
|
sudo gem install bundler
|
||||||
bundle install --without test --path vendor/bundle
|
bundle install --without test --path vendor/bundle
|
||||||
```
|
|
||||||
|
|
||||||
####Installing on Fedora:
|
####Installing on Fedora:
|
||||||
|
|
||||||
```
|
|
||||||
sudo yum install gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel libcurl-devel
|
sudo yum install gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel libcurl-devel
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler && bundle install --without test
|
sudo gem install bundler && bundle install --without test
|
||||||
```
|
|
||||||
|
|
||||||
####Installing on Archlinux:
|
####Installing on Archlinux:
|
||||||
|
|
||||||
```
|
|
||||||
pacman -Syu ruby
|
pacman -Syu ruby
|
||||||
pacman -Syu libyaml
|
pacman -Syu libyaml
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
@@ -83,20 +78,17 @@ cd wpscan
|
|||||||
sudo gem install bundler && bundle install --without test
|
sudo gem install bundler && bundle install --without test
|
||||||
gem install typhoeus
|
gem install typhoeus
|
||||||
gem install nokogiri
|
gem install nokogiri
|
||||||
```
|
|
||||||
|
|
||||||
####Installing on Mac OSX:
|
####Installing on Mac OSX:
|
||||||
|
|
||||||
Apple Xcode, Command Line Tools and the libffi are needed (to be able to install the FFI gem), See http://stackoverflow.com/questions/17775115/cant-setup-ruby-environment-installing-fii-gem-error
|
Apple Xcode, Command Line Tools and the libffi are needed (to be able to install the FFI gem), See http://stackoverflow.com/questions/17775115/cant-setup-ruby-environment-installing-fii-gem-error
|
||||||
|
|
||||||
```
|
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler && sudo bundle install --without test
|
sudo gem install bundler && sudo bundle install --without test
|
||||||
```
|
|
||||||
|
|
||||||
####Installing with RVM:
|
####Installing with RVM:
|
||||||
```
|
|
||||||
cd ~
|
cd ~
|
||||||
curl -sSL https://get.rvm.io | bash -s stable
|
curl -sSL https://get.rvm.io | bash -s stable
|
||||||
source ~/.rvm/scripts/rvm
|
source ~/.rvm/scripts/rvm
|
||||||
@@ -108,7 +100,6 @@ gem install bundler
|
|||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
cd wpscan
|
cd wpscan
|
||||||
bundle install --without test
|
bundle install --without test
|
||||||
```
|
|
||||||
|
|
||||||
#### KNOWN ISSUES
|
#### KNOWN ISSUES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user