Ref #113 Installation instructions for Archlinux
This commit is contained in:
12
README
12
README
@@ -57,6 +57,18 @@ ryandewhurst at gmail
|
|||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler && bundle install --without test development
|
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:
|
-> Installing on Mac OS X:
|
||||||
|
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -56,6 +56,18 @@ Prerequisites:
|
|||||||
|
|
||||||
```sudo gem install bundler && bundle install --without test development```
|
```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:*
|
*Installing on Mac OSX:*
|
||||||
|
|
||||||
```git clone https://github.com/wpscanteam/wpscan.git```
|
```git clone https://github.com/wpscanteam/wpscan.git```
|
||||||
|
|||||||
Reference in New Issue
Block a user