Skip to content

remove $ so gitclip works #19525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions bundles/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ following standardized instructions in your ``README.md`` file.
Open a command console, enter your project directory and execute:

```console
$ composer require <package-name>
composer require <package-name>
```

Applications that don't use Symfony Flex
Expand All @@ -304,7 +304,7 @@ following standardized instructions in your ``README.md`` file.
following command to download the latest stable version of this bundle:

```console
$ composer require <package-name>
composer require <package-name>
```

### Step 2: Enable the Bundle
Expand Down Expand Up @@ -333,9 +333,9 @@ following standardized instructions in your ``README.md`` file.

Open a command console, enter your project directory and execute:

.. code-block:: bash

$ composer require <package-name>
```bash
composer require <package-name>
```

Applications that don't use Symfony Flex
----------------------------------------
Expand All @@ -346,9 +346,9 @@ following standardized instructions in your ``README.md`` file.
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

.. code-block:: terminal

$ composer require <package-name>
```bash
composer require <package-name>
```

Step 2: Enable the Bundle
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down