Update index.html

This commit is contained in:
Ryan Dewhurst
2014-06-17 10:39:09 +02:00
parent 088bbb40ad
commit b8661081bf

View File

@@ -129,6 +129,22 @@
<p><code>sudo gem install bundler &amp;&amp; bundle install --without test development</code></p>
<p><em>Installing with RVM:</em></p>
<p><code>
cd ~
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
rvm install 2.1.2
rvm use 2.1.2 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan
gem install bundler
bundle install --without test
</code></p>
<h4>KNOWN ISSUES</h4>
<ul>