diff --git a/README b/README index 0a461f2e..add23295 100644 --- a/README +++ b/README @@ -57,6 +57,18 @@ ryandewhurst at gmail cd wpscan sudo gem install bundler && bundle install --without test development + -> 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 OS X: git clone https://github.com/wpscanteam/wpscan.git diff --git a/README.md b/README.md index d4b5049c..da8b7f75 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,18 @@ Prerequisites: ```sudo gem install bundler && bundle install --without test development``` +*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:* ```git clone https://github.com/wpscanteam/wpscan.git```