Skip to content

Commit 56da43b

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Add some missing prompts in command examples
2 parents 54ea021 + 222854d commit 56da43b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/flex_private_recipes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ computer, and execute the following command:
166166

167167
.. code-block:: terminal
168168
169-
composer config --global --auth github-oauth.github.com [token]
169+
$ composer config --global --auth github-oauth.github.com [token]
170170
171171
Replace ``[token]`` with the value of your GitHub personal access token.
172172

@@ -209,14 +209,14 @@ run the following command:
209209

210210
.. code-block:: terminal
211211
212-
composer update
212+
$ composer update
213213
214214
If the private bundles/packages have already been installed and you just want to
215215
install the new private recipes, run the following command:
216216

217217
.. code-block:: terminal
218218
219-
composer recipes
219+
$ composer recipes
220220
221221
.. _`release of version 1.16`: https://github.com/symfony/cli
222222
.. _`Symfony recipe files`: https://github.com/symfony/recipes/tree/flex/main

0 commit comments

Comments
 (0)