Group development & test created in Gemfile, README updated to reflect it

This commit is contained in:
erwanlr
2012-12-19 16:33:11 +01:00
parent 36b10250d1
commit 9d74a289f8
3 changed files with 12 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ Prerequisites:
```cd wpscan```
```sudo gem install bundler && bundle install```
```sudo gem install bundler && bundle install --without test development```
*Installing on Fedora:*
@@ -54,7 +54,7 @@ Prerequisites:
```cd wpscan```
```sudo gem install bundler && bundle install```
```sudo gem install bundler && bundle install --without test development```
*Installing on Mac OSX:*
@@ -62,7 +62,7 @@ Prerequisites:
```cd wpscan```
```sudo gem install bundler && bundle install```
```sudo gem install bundler && bundle install --without test development```
#### KNOWN ISSUES