Updated install instructions to use bundler.

This commit is contained in:
ethicalhack3r
2012-10-30 18:41:39 +01:00
parent ad8e92444c
commit d21e15e149
3 changed files with 8 additions and 12 deletions

13
README
View File

@@ -35,30 +35,25 @@ WPScan comes pre-installed on BackTrack5 R1 in the /pentest/web/wpscan directory
-> Installing on Backtrack5 Gnome/KDE 32bit :
sudo apt-get install libcurl4-gnutls-dev libxml2 libxml2-dev libxslt1-dev
sudo gem install --user-install mime-types typhoeus nokogiri json
sudo gem install bundler && bundle install
-> Installing on Debian/Ubuntu :
sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev
sudo gem install typhoeus nokogiri json
sudo gem install bundler && bundle install
-> Installing on other nix : (not tested)
sudo gem install typhoeus nokogiri json
sudo gem install bundler && bundle install
-> Installing on Windows : (not tested)
gem install typhoeus ("Windows is not officially supported")
gem install nokogiri json
-> Installing on Mac OSX :
sudo gem install typhoeus nokogiri json
sudo gem install bundler && bundle install
==KNOWN ISSUES==