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:*