From d1ceb9cc722f88c4be7bf8cc9bb8df94b064522e Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 19 Sep 2013 12:21:59 +0100 Subject: [PATCH] Fix #271 Further Instructions added to the Mac Install --- README | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README b/README index d6a66456..b299d7ef 100644 --- a/README +++ b/README @@ -72,6 +72,8 @@ ryandewhurst at gmail -> Installing on Mac OS X: + Apple Xcode, Command Line Tools and the libffi too are needed (to be able to install the FFI gem), See http://stackoverflow.com/questions/17775115/cant-setup-ruby-environment-installing-fii-gem-error + git clone https://github.com/wpscanteam/wpscan.git cd wpscan sudo gem install bundler && bundle install --without test development diff --git a/README.md b/README.md index 5f9f396b..9045c56e 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ Prerequisites: *Installing on Mac OSX:* +Apple Xcode, Command Line Tools and the libffi too are needed (to be able to install the FFI gem), See http://stackoverflow.com/questions/17775115/cant-setup-ruby-environment-installing-fii-gem-error + ```git clone https://github.com/wpscanteam/wpscan.git``` ```cd wpscan```