From 265b227e8d5de4dffe81ed9c985dab3d18544653 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 30 Nov 2023 06:54:53 -0500 Subject: [PATCH] remove $ so gitclip works --- Resources/doc/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/doc/installation.rst b/Resources/doc/installation.rst index c829ef3..3b85c2e 100644 --- a/Resources/doc/installation.rst +++ b/Resources/doc/installation.rst @@ -52,7 +52,7 @@ 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 @@ -60,4 +60,4 @@ 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/