From ccae6fa34508b68a3a62634bb65b98fa1b49cb3e Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 19 Jan 2013 15:26:32 +0100 Subject: [PATCH] Ref #113 Installation instructions for Archlinux --- README | 12 ++++++++++++ README.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) 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```