From b365d47de744ef987e738153fe440c00e22e3c0f Mon Sep 17 00:00:00 2001 From: Jay Callicott Date: Thu, 27 Jun 2024 09:18:12 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8ba175..8d1ae5d 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ Public Storybook: https://drupalx.netlify.app/ ## Generating the theme -The following command will generate the new custom theme using the DrupalX starter as the template: +The following commands will generate the new custom theme using the DrupalX starter as the template: ```bash +chmod +x core/scripts/drupal ddev exec --dir /var/www/html/web core/scripts/drupal generate-theme --starterkit=drupalx_theme nameoftheme ```