Ref #113 Installation instructions for Archlinux

This commit is contained in:
erwanlr
2013-01-19 15:26:32 +01:00
parent 3f90018dd0
commit ccae6fa345
2 changed files with 24 additions and 0 deletions

12
README
View File

@@ -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

View File

@@ -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```