Add --dev to install instructions

We shouldn't encourage users to install this in a way that'll make it to a production system
This commit is contained in:
Ingo Schommer 2014-09-03 11:20:07 +12:00
parent 69d20eade1
commit cedb6e26ce

View File

@ -30,7 +30,7 @@ into a temporary database table for inspection by the CLI-based process.
Simply require the module in a SilverStripe webroot (3.0 or newer): Simply require the module in a SilverStripe webroot (3.0 or newer):
composer require silverstripe/behat-extension composer require --dev silverstripe/behat-extension
## Usage ## Usage