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
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler && bundle install --without test
|
sudo gem install bundler && sudo bundle install --without test
|
||||||
|
|
||||||
==KNOWN ISSUES==
|
==KNOWN ISSUES==
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install
|
|||||||
|
|
||||||
```cd wpscan```
|
```cd wpscan```
|
||||||
|
|
||||||
```sudo gem install bundler && bundle install --without test```
|
```sudo gem install bundler && sudo bundle install --without test```
|
||||||
|
|
||||||
#### KNOWN ISSUES
|
#### KNOWN ISSUES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user