We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00642d commit 901768bCopy full SHA for 901768b
Resources/doc/installation.rst
@@ -52,12 +52,12 @@ Execute the following command to publish the assets required by the bundle:
52
53
.. code-block:: bash
54
55
- $ php bin/console assets:install --symlink public
+ php bin/console assets:install --symlink public
56
57
.. _`installation chapter`: https://getcomposer.org/doc/00-intro.md
58
59
Step 5: If you are using webpack, install the npm package locally
60
-----------------------------------------------------------------
61
62
63
- $ yarn add -D ./vendor/friendsofsymfony/jsrouting-bundle/Resources/
+ yarn add -D ./vendor/friendsofsymfony/jsrouting-bundle/Resources/
0 commit comments