From 599cc7c3af123d608fb35af0eab10b43e318c020 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Mon, 6 Jan 2014 10:04:58 +0000 Subject: [PATCH] Fix #393 sudo added to the bundle install cmd for Mac OSX --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index b63f8f88..39cd7344 100644 --- a/README +++ b/README @@ -76,7 +76,7 @@ ryandewhurst at gmail git clone https://github.com/wpscanteam/wpscan.git cd wpscan - sudo gem install bundler && bundle install --without test + sudo gem install bundler && sudo bundle install --without test ==KNOWN ISSUES== diff --git a/README.md b/README.md index 13641654..0c539ac0 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install ```cd wpscan``` -```sudo gem install bundler && bundle install --without test``` +```sudo gem install bundler && sudo bundle install --without test``` #### KNOWN ISSUES