Update README

This commit is contained in:
Christian Mehlmauer
2014-06-17 07:08:41 +02:00
parent dd9ef38636
commit b0e3aeed6c

14
README
View File

@@ -79,6 +79,20 @@ ryandewhurst at gmail
cd wpscan
sudo gem install bundler && sudo bundle install --without test
-> Installing with RVM
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
==KNOWN ISSUES==
- Typhoeus segmentation fault: