From fe798a403275f3d94409382d27357ceae4a3b4e0 Mon Sep 17 00:00:00 2001 From: TheLeo Date: Thu, 29 Aug 2024 14:36:16 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 173f556..e68d4b1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Custom module built for Drupal 10 designed to take POST requests from a webform ## Installation Instructions ## 1. Move this project into the '\modules\custom\FreshdeskShim' folder. -2. Clear the Drupal cache if it is actively running - ('drush cr' from the CLI). -3. Enable this module from the configuration menu on the website's admin panel - (or from the CLI via 'drush en drush en FreshdeskShim -y'). +2. If Drupal is actively running, clear the cache via the following CLI command:
+ ``` drush cr ``` +3. Enable this module from the configuration menu on the website's 'Extend > Custom' section.
+ (OPTIONAL) You can also issue this command via the CLI via the following command:
+ ``` drush en FreshdeskShim -y ``` \ No newline at end of file