From e02f8d79d3c738da8c64e4599aae8b07da644f77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Haas?= <juergen.haas@lakedrops.com>
Date: Tue, 30 Jul 2024 13:26:39 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 docs/eca/install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/eca/install.md b/docs/eca/install.md
index 06206e2b..bac1cdbe 100644
--- a/docs/eca/install.md
+++ b/docs/eca/install.md
@@ -16,7 +16,7 @@ composer require drupal/eca drupal/bpmn_io
 Install the ECA and BPMN.iO module and their dependencies via the GUI at `/admin/modules` or with Drush:
 
 ```
-drush install eca eca_base bpmn_io -y
+drush -y pm:install eca eca_base bpmn_io
 ```
 
 The list of modules you may want to install depends on your use-case. You can now start building your own models.
-- 
GitLab