mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Update installation command for alpha
This commit is contained in:
parent
25c75d1bbf
commit
aa1c5c80cc
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue