From b8661081bf3693e4b0e91642f5fed1a3c1fd602e Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Tue, 17 Jun 2014 10:39:09 +0200 Subject: [PATCH] Update index.html --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.html b/index.html index 9180cb74..58771545 100644 --- a/index.html +++ b/index.html @@ -129,6 +129,22 @@

sudo gem install bundler && bundle install --without test development

+

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 +

+

KNOWN ISSUES