From e5268a2681ff6c4043497b68eeda84d464335b6a Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Fri, 5 Sep 2014 08:26:27 -0500 Subject: [PATCH] fixtures are included in the install script --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index d5b96ddf1b..0671dd1b7f 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,7 @@ $ cd sylius $ php app/console sylius:install ``` -To be able to use included fixtures, that make testing and development phases much easier: - -```bash -$ php composer.phar install -$ php app/console doctrine:database:create -$ php app/console doctrine:schema:create -$ php app/console doctrine:phpcr:repository:init -``` +The install script will give you the option to run fixtures that make testing and development phases much easier. [Behat](http://behat.org) scenarios -----------------------------------