Update index.html
This commit is contained in:
16
index.html
16
index.html
@@ -129,6 +129,22 @@
|
|||||||
|
|
||||||
<p><code>sudo gem install bundler && bundle install --without test development</code></p>
|
<p><code>sudo gem install bundler && 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>
|
<h4>KNOWN ISSUES</h4>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user