From ada3dd4d8fb3cb2d8cc9609fc76a43bd245fda2a Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 19 Jan 2013 15:29:04 +0100 Subject: [PATCH] Ref #113 Installation instructions for Archlinux --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index 267ee9ea..1d0e090c 100644 --- a/index.html +++ b/index.html @@ -98,6 +98,21 @@

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