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
+