Fix #37 Needed packages for nokogiri added to readme, and while the missing gem detected is nokogiri

This commit is contained in:
Erwan
2012-09-28 17:52:22 +02:00
parent 417dd5a413
commit 671bb3cfe5
3 changed files with 8 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ WPScan only supports Ruby => 1.9.
*Installing on Debian/Ubuntu:*
```sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby```
```sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev```
``` sudo gem install typhoeus nokogiri json```