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

2
README
View File

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

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