From 6098d064a7e80c502621dd512356967572246903 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 11 Jul 2014 16:41:16 +0200 Subject: [PATCH] Markdown test --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e8b8ecbc..aeac8dc3 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,9 @@ 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 -``` +```git clone https://github.com/wpscanteam/wpscan.git``` +```cd wpscan``` +```sudo gem install bundler && bundle install --without test``` ####Installing on Debian: