From c67c9494b48715ed1f2f4d400ec96f87342fb450 Mon Sep 17 00:00:00 2001 From: Shawn Duncan Date: Fri, 11 Aug 2023 09:21:20 -0400 Subject: [PATCH] Update installation docs.md Switch docs to show drush command --- .../02.install-update/02.installation/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/pages/03.commerce2/02.developer-guide/02.install-update/02.installation/docs.md b/user/pages/03.commerce2/02.developer-guide/02.install-update/02.installation/docs.md index ea8af7fc..84461fb1 100644 --- a/user/pages/03.commerce2/02.developer-guide/02.install-update/02.installation/docs.md +++ b/user/pages/03.commerce2/02.developer-guide/02.install-update/02.installation/docs.md @@ -45,10 +45,10 @@ Be sure to [review requirements](../01.requirements) before starting the install #### Enable Commerce - The instructions below use [Drupal Console] + The instructions below use [Drush](https://www.drush.org) ```bash - drupal module:install commerce_product commerce_checkout commerce_cart + drush pm:install commerce_product commerce_checkout commerce_cart ``` ## Alternative installation instructions for Ludwig users