mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 15:05:32 +00:00
Merge pull request #9 from halkyon/readme_fixes
Use quotes around composer require argument for some shells.
This commit is contained in:
commit
e94d6e35f6
@ -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.
|
Switch to the newly created webroot, and add the SilverStripe Behat extension.
|
||||||
|
|
||||||
cd my-test-project
|
cd my-test-project
|
||||||
composer require silverstripe/behat-extension:*
|
composer require "silverstripe/behat-extension:*"
|
||||||
|
|
||||||
Now get the latest Selenium2 server (requires Java):
|
Now get the latest Selenium2 server (requires Java):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user