Tweak readme

This commit is contained in:
umpirsky 2013-06-17 13:59:06 +02:00
parent ea03fd7464
commit 18c1482c36

View file

@ -9,16 +9,8 @@ Installation
``` bash
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius -s dev
```
Then configure your project and create database.
``` bash
$ cd sylius
$ vi app/config/parameters.yml # And put your values!
$ php app/console doctrine:database:create
$ php app/console doctrine:schema:create
$ php app/console doctrine:fixtures:load # If you want to load sample data.
$ php app/console sylius:install
```
[Behat](http://behat.org) scenarios