Fix #393 sudo added to the bundle install cmd for Mac OSX

This commit is contained in:
erwanlr
2014-01-06 10:04:58 +00:00
parent bfa7a7a6dc
commit 599cc7c3af
2 changed files with 2 additions and 2 deletions

View File

@@ -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