Skip to content

Commit

Permalink
remove $ so gitclip works
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored and tobias-93 committed Nov 30, 2023
1 parent c00642d commit 901768b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/installation.rst
Expand Up @@ -52,12 +52,12 @@ Execute the following command to publish the assets required by the bundle:

.. code-block:: bash
$ php bin/console assets:install --symlink public
php bin/console assets:install --symlink public
.. _`installation chapter`: https://getcomposer.org/doc/00-intro.md

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

0 comments on commit 901768b

Please sign in to comment.