Merge pull request #9 from halkyon/readme_fixes

Use quotes around composer require argument for some shells.
This commit is contained in:
Sean Harvey 2013-10-20 13:37:30 -07:00
commit e94d6e35f6

View File

@ -43,7 +43,7 @@ Skip this step if adding the module to an existing project.
Switch to the newly created webroot, and add the SilverStripe Behat extension.
cd my-test-project
composer require silverstripe/behat-extension:*
composer require "silverstripe/behat-extension:*"
Now get the latest Selenium2 server (requires Java):