Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 222854d

Browse filesBrowse files
committed
Add some missing prompts in command examples
1 parent d72b5d7 commit 222854d
Copy full SHA for 222854d

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎setup/flex_private_recipes.rst

Copy file name to clipboardExpand all lines: setup/flex_private_recipes.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.