Update index.html
This commit is contained in:
35
index.html
35
index.html
@@ -131,19 +131,28 @@
|
|||||||
|
|
||||||
<p><em>Installing with RVM:</em></p>
|
<p><em>Installing with RVM:</em></p>
|
||||||
|
|
||||||
<p><code>
|
<p><code>cd ~</code></p>
|
||||||
cd ~
|
|
||||||
curl -sSL https://get.rvm.io | bash -s stable
|
<p><code>curl -sSL https://get.rvm.io | bash -s stable</code></p>
|
||||||
source ~/.rvm/scripts/rvm
|
|
||||||
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
|
<p><code>source ~/.rvm/scripts/rvm</code></p>
|
||||||
rvm install 2.1.2
|
|
||||||
rvm use 2.1.2 --default
|
<p><code>echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc</code></p>
|
||||||
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
|
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
<p><code>rvm install 2.1.2</code></p>
|
||||||
cd wpscan
|
|
||||||
gem install bundler
|
<p><code>rvm use 2.1.2 --default</code></p>
|
||||||
bundle install --without test
|
|
||||||
</code></p>
|
<p><code>echo "gem: --no-ri --no-rdoc" > ~/.gemrc</code></p>
|
||||||
|
|
||||||
|
<p><code>git clone https://github.com/wpscanteam/wpscan.git</code></p>
|
||||||
|
|
||||||
|
<p><code>cd wpscan</code></p>
|
||||||
|
|
||||||
|
<p><code>gem install bundler</code></p>
|
||||||
|
|
||||||
|
<p><code>bundle install --without test</code></p>
|
||||||
|
|
||||||
|
|
||||||
<h4>KNOWN ISSUES</h4>
|
<h4>KNOWN ISSUES</h4>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user