From e186ec7534d21fb188051900f3ecfdc9d06a433f Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Thu, 20 Apr 2017 16:35:11 +0200 Subject: [PATCH] Update install instruction for ruby 2.4.0 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f3d8310..7fd84a0d 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Windows is not supported ## Prerequisites -- Ruby >= 2.1.9 - Recommended: 2.3.3 +- Ruby >= 2.1.9 - Recommended: 2.4.0 - Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault - RubyGems - Recommended: latest - Git @@ -136,10 +136,9 @@ https://rvm.io/integration/gnome-terminal#integrating-rvm-with-gnome-terminal curl -sSL https://get.rvm.io | bash -s stable source ~/.rvm/scripts/rvm echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc - rvm install 2.3.3 - rvm use 2.3.3 --default + rvm install 2.4.0 + rvm use 2.4.0 --default echo "gem: --no-ri --no-rdoc" > ~/.gemrc - gem install bundler git clone https://github.com/wpscanteam/wpscan.git cd wpscan gem install bundler