Fix #393 sudo added to the bundle install cmd for Mac OSX
This commit is contained in:
2
README
2
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==
|
||||
|
||||
|
||||
Reference in New Issue
Block a user