Update README.md

This commit is contained in:
TheLeo 2024-08-29 14:36:16 +00:00
parent e76e2f24a7
commit fe798a4032

View File

@ -5,7 +5,8 @@ Custom module built for Drupal 10 designed to take POST requests from a webform
## Installation Instructions ## ## Installation Instructions ##
1. Move this project into the '<drupal root>\modules\custom\FreshdeskShim' folder. 1. Move this project into the '<drupal root>\modules\custom\FreshdeskShim' folder.
2. Clear the Drupal cache if it is actively running 2. If Drupal is actively running, clear the cache via the following CLI command:<br>
('drush cr' from the CLI). ``` drush cr ```
3. Enable this module from the configuration menu on the website's admin panel 3. Enable this module from the configuration menu on the website's 'Extend > Custom' section.<br>
(or from the CLI via 'drush en drush en FreshdeskShim -y'). (OPTIONAL) You can also issue this command via the CLI via the following command:<br>
``` drush en FreshdeskShim -y ```