[Documentation] Fix 2.0-dev installation instruction tip

This commit is contained in:
Grzegorz Sadowski 2024-10-31 13:03:15 +01:00
parent 77ad61f882
commit 8813794cfe
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 4 additions and 4 deletions

View file

@ -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::

View file

@ -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::