From 1ee81b90bf315bc9dcf6cd0ef112588f347b611a Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 11 Jul 2014 16:52:54 +0200 Subject: [PATCH] Change bacticks to 4 spaces in MD --- README.md | 71 ++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 882fa886..d06a8018 100644 --- a/README.md +++ b/README.md @@ -56,59 +56,50 @@ From Ubuntu 14.04: ####Installing on Debian: -```bash -sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev -git clone https://github.com/wpscanteam/wpscan.git -cd wpscan -sudo gem install bundler -bundle install --without test --path vendor/bundle -``` + sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev + git clone https://github.com/wpscanteam/wpscan.git + cd wpscan + sudo gem install bundler + bundle install --without test --path vendor/bundle ####Installing on Fedora: -``` -sudo yum install gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel libcurl-devel -git clone https://github.com/wpscanteam/wpscan.git -cd wpscan -sudo gem install bundler && bundle install --without test -``` + sudo yum install gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel libcurl-devel + git clone https://github.com/wpscanteam/wpscan.git + cd wpscan + sudo gem install bundler && bundle install --without test ####Installing on Archlinux: -``` -pacman -Syu ruby -pacman -Syu libyaml -git clone https://github.com/wpscanteam/wpscan.git -cd wpscan -sudo gem install bundler && bundle install --without test -gem install typhoeus -gem install nokogiri -``` + pacman -Syu ruby + pacman -Syu libyaml + git clone https://github.com/wpscanteam/wpscan.git + cd wpscan + sudo gem install bundler && bundle install --without test + gem install typhoeus + gem install nokogiri ####Installing on Mac OSX: Apple Xcode, Command Line Tools and the libffi are needed (to be able to install the FFI gem), See http://stackoverflow.com/questions/17775115/cant-setup-ruby-environment-installing-fii-gem-error -``` -git clone https://github.com/wpscanteam/wpscan.git -cd wpscan -sudo gem install bundler && sudo bundle install --without test -``` + git clone https://github.com/wpscanteam/wpscan.git + cd wpscan + sudo gem install bundler && sudo bundle install --without test ####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 -gem install bundler -git clone https://github.com/wpscanteam/wpscan.git -cd wpscan -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 + gem install bundler + git clone https://github.com/wpscanteam/wpscan.git + cd wpscan + bundle install --without test #### KNOWN ISSUES