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