Ref #113 Installation instructions for Archlinux

This commit is contained in:
erwanlr
2013-01-19 15:29:04 +01:00
parent 6236c8b8f5
commit ada3dd4d8f

View File

@@ -98,6 +98,21 @@
<p><code>sudo gem install bundler &amp;&amp; bundle install --without test development</code></p> <p><code>sudo gem install bundler &amp;&amp; bundle install --without test development</code></p>
<p><em>Installing on Archlinux:</em></p>
<p><code>pacman -Sy ruby</code></p>
<p><code>pacman -Sy libyaml</code></p>
<p><code>git clone https://github.com/wpscanteam/wpscan.git</code></p>
<p><code>cd wpscan</code></p>
<p><code>sudo gem install bundler &amp;&amp; bundle install --without test development</code></p>
<p><code>gem install typhoeus</code></p>
<p><code>gem install nokogiri</code></p>
<p><em>Installing on Mac OSX:</em></p> <p><em>Installing on Mac OSX:</em></p>
<p><code>git clone https://github.com/wpscanteam/wpscan.git</code></p> <p><code>git clone https://github.com/wpscanteam/wpscan.git</code></p>