mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Documentation] Fix 2.0-dev installation instruction tip
This commit is contained in:
parent
77ad61f882
commit
8813794cfe
2 changed files with 4 additions and 4 deletions
|
|
@ -25,11 +25,11 @@ To begin creating your new project, run this command:
|
|||
Worry not, upgrading from 1.x to 2.x will be possible.
|
||||
It is currently recommended to start with 1.x and upgrade the project once 2.0 is there,
|
||||
but if you'd like to start playing around with the still-in-progress version, you can use this command to set the environment
|
||||
on Sylius 2.0-ALPHA.X/BETA.X.
|
||||
on Sylius 2.0-BETA.X.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
composer composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev acme
|
||||
composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev acme
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
|
|||
|
|
@ -34,11 +34,11 @@ It will create a ``MyFirstShop`` directory with a brand new Sylius application i
|
|||
Worry not, upgrading from 1.x to 2.x will be possible.
|
||||
It is currently recommended to start with 1.x and upgrade the project once 2.0 is there,
|
||||
but if you'd like to start playing around with the still-in-progress version, you can use this command to set the environment
|
||||
on Sylius 2.0-ALPHA.X/BETA.X.
|
||||
on Sylius 2.0-BETA.X.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
composer composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev acme
|
||||
composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev MyFirstShop
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue