From e75a862b28d97b0d918eebaab2c559f44cc5216f Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 22 Mar 2022 11:41:16 +0100 Subject: [PATCH] Update installation.md (#62) Fix copy/paste on terminal --- Resources/doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/installation.md b/Resources/doc/installation.md index 9400774..872ab99 100644 --- a/Resources/doc/installation.md +++ b/Resources/doc/installation.md @@ -6,7 +6,7 @@ Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: ```bash -$ composer require sulu/automation-bundle +composer require sulu/automation-bundle ``` This command requires you to have Composer installed globally, as explained in