From 4039a4a8200c8a5b3748209e3930ee9d939f5c5e Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 11 Jul 2014 16:38:17 +0200 Subject: [PATCH] Quick markdown test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8b8ecbc..4d8e36e5 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ sudo apt-get install libcurl4-gnutls-dev libxml2 libxml2-dev libxslt1-dev ruby-d ``` git clone https://github.com/wpscanteam/wpscan.git + cd wpscan + sudo gem install bundler && bundle install --without test ```