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><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>
|
||||
<p><code>cd ~</code></p>
|
||||
|
||||
<p><code>curl -sSL https://get.rvm.io | bash -s stable</code></p>
|
||||
|
||||
<p><code>source ~/.rvm/scripts/rvm</code></p>
|
||||
|
||||
<p><code>echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc</code></p>
|
||||
|
||||
<p><code>rvm install 2.1.2</code></p>
|
||||
|
||||
<p><code>rvm use 2.1.2 --default</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user