Skip to content

Commit 901768b

Browse files
tacmantobias-93
authored andcommitted
remove $ so gitclip works
1 parent c00642d commit 901768b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Execute the following command to publish the assets required by the bundle:
5252

5353
.. code-block:: bash
5454
55-
$ php bin/console assets:install --symlink public
55+
php bin/console assets:install --symlink public
5656
5757
.. _`installation chapter`: https://getcomposer.org/doc/00-intro.md
5858

5959
Step 5: If you are using webpack, install the npm package locally
6060
-----------------------------------------------------------------
6161
.. code-block:: bash
6262
63-
$ yarn add -D ./vendor/friendsofsymfony/jsrouting-bundle/Resources/
63+
yarn add -D ./vendor/friendsofsymfony/jsrouting-bundle/Resources/

0 commit comments

Comments
 (0)