Skip to content

Commit

Permalink
Merge branch '5.3' into 5.4
Browse files Browse the repository at this point in the history
* 5.3:
  Add some missing prompts in command examples
  • Loading branch information
javiereguiluz committed Nov 19, 2021
2 parents cddd1d7 + 56da43b commit 7f4c45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/flex_private_recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ computer, and execute the following command:

.. code-block:: terminal
composer config --global --auth github-oauth.github.com [token]
$ composer config --global --auth github-oauth.github.com [token]
Replace ``[token]`` with the value of your GitHub personal access token.

Expand Down Expand Up @@ -209,14 +209,14 @@ run the following command:

.. code-block:: terminal
composer update
$ composer update
If the private bundles/packages have already been installed and you just want to
install the new private recipes, run the following command:

.. code-block:: terminal
composer recipes
$ composer recipes
.. _`release of version 1.16`: https://github.com/symfony/cli
.. _`Symfony recipe files`: https://github.com/symfony/recipes/tree/flex/main
Expand Down

0 comments on commit 7f4c45f

Please sign in to comment.