Skip to content

Commit

Permalink
Merge branch '1.10' into 1.11
Browse files Browse the repository at this point in the history
* 1.10:
  [Plus] Fix Sylius installation guide
  • Loading branch information
GSadee committed Mar 18, 2022
2 parents 022c177 + 5dc4f2b commit 42703d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/installation/sylius_plus_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,15 @@ your application's ``.env`` file:

.. code-block:: bash
bin/console sylius:install plus
bin/console sylius:install -s plus
.. tip::

If you want to completely (re)install the application, you can run this command with the no interaction flag ``-n``.

.. code-block:: bash
bin/console sylius:install plus -n
bin/console sylius:install -s plus -n
**10.** Copy templates that are overridden by Sylius Plus into ``templates/bundles``:

Expand Down

0 comments on commit 42703d7

Please sign in to comment.