From cedb6e26cec373c19a01c0430453b0b5ed3fd607 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 3 Sep 2014 11:20:07 +1200 Subject: [PATCH] Add --dev to install instructions We shouldn't encourage users to install this in a way that'll make it to a production system --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62be52b..43f0760 100644 --- a/README.md +++ b/README.md @@ -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): - composer require silverstripe/behat-extension + composer require --dev silverstripe/behat-extension ## Usage