From 7373ea24d80e313b82e9a667de6d747d72177aff Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 11 Jul 2014 16:50:17 +0200 Subject: [PATCH] Markdown test --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3bba331b..7fc15eeb 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,10 @@ Before Ubuntu 14.04: From Ubuntu 14.04: -```sudo apt-get install libcurl4-gnutls-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essentials``` - -```git clone https://github.com/wpscanteam/wpscan.git``` - -```cd wpscan``` - -```sudo gem install bundler && bundle install --without test``` + sudo apt-get install libcurl4-gnutls-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essentials + git clone https://github.com/wpscanteam/wpscan.git + cd wpscan + sudo gem install bundler && bundle install --without test ####Installing on Debian: