Update installation command for alpha

This commit is contained in:
Paweł Jędrzejewski 2016-10-21 12:55:48 +02:00
parent 25c75d1bbf
commit aa1c5c80cc
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ Installation
```bash
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard app
$ php composer.phar create-project -s alpha sylius/sylius-standard app
$ cd app
$ npm install
$ npm run gulp

View file

@ -24,7 +24,7 @@ To create a new project using Sylius Standard Edition, run this command:
.. code-block:: bash
$ composer create-project -s dev sylius/sylius-standard acme
$ composer create-project -s alpha sylius/sylius-standard acme
This will create a new Symfony project in ``acme`` directory. When all the
dependencies are installed, you'll be asked to fill the ``parameters.yml``