diff --git a/index.html b/index.html index 58771545..f5da412b 100644 --- a/index.html +++ b/index.html @@ -131,19 +131,28 @@

Installing with RVM:

-

- cd ~ - curl -sSL https://get.rvm.io | bash -s stable - source ~/.rvm/scripts/rvm - echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc - rvm install 2.1.2 - rvm use 2.1.2 --default - echo "gem: --no-ri --no-rdoc" > ~/.gemrc - git clone https://github.com/wpscanteam/wpscan.git - cd wpscan - gem install bundler - bundle install --without test -

+

cd ~

+ +

curl -sSL https://get.rvm.io | bash -s stable

+ +

source ~/.rvm/scripts/rvm

+ +

echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc

+ +

rvm install 2.1.2

+ +

rvm use 2.1.2 --default

+ +

echo "gem: --no-ri --no-rdoc" > ~/.gemrc

+ +

git clone https://github.com/wpscanteam/wpscan.git

+ +

cd wpscan

+ +

gem install bundler

+ +

bundle install --without test

+

KNOWN ISSUES