From 8241a1d8a39b4a879ce4867d1ad1c675fbf847dc Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 6 Jun 2014 09:36:33 +0200 Subject: [PATCH] Update README. Fixes: #496, #482 and #477 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7a8a9731..fdb38b30 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,12 @@ Prerequisites: *Installing on Debian/Ubuntu:* +Before Ubuntu 14.04: ```sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev ruby-dev``` +From Ubuntu 14.04: +```sudo apt-get install libcurl4-gnutls-dev libxml2 libxml2-dev libxslt1-dev ruby-dev``` + ```git clone https://github.com/wpscanteam/wpscan.git``` ```cd wpscan```