From 8b9fbca73ef898f00a7a32abc325690affb57908 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 19 Jan 2013 15:31:25 +0100 Subject: [PATCH] Readme.md formatting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da8b7f75..e426c6f5 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,17 @@ Prerequisites: *Installing on Archlinux:* ```pacman -Sy ruby``` + ```pacman -Sy libyaml``` ```git clone https://github.com/wpscanteam/wpscan.git``` + ```cd wpscan``` + ```sudo gem install bundler && bundle install --without test development``` ```gem install typhoeus``` + ```gem install nokogiri``` *Installing on Mac OSX:*