diff --git a/README.md b/README.md index cc620d6..4635f9e 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ 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 -3. Enable this module from the configuration menu on the website's admin panel +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').