Update Ruby version in RVM docs

This commit is contained in:
ethicalhack3r
2015-01-30 15:32:03 +01:00
parent bfe370fa50
commit 2c93c8ef6d
2 changed files with 4 additions and 4 deletions

4
README
View File

@@ -159,8 +159,8 @@ Running WPScan against websites without prior mutual consent may be illegal in y
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
rvm install 2.1.4
rvm use 2.1.4 --default
rvm install 2.2.0
rvm use 2.2.0 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
gem install bundler
git clone https://github.com/wpscanteam/wpscan.git

View File

@@ -155,8 +155,8 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
rvm install 2.1.4
rvm use 2.1.4 --default
rvm install 2.2.0
rvm use 2.2.0 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
gem install bundler
git clone https://github.com/wpscanteam/wpscan.git