Changes modules directory so mounted modules are recognized

This commit is contained in:
Grant Braught 2023-05-12 11:20:39 -04:00 committed by GitHub
parent dab5415b95
commit 482d790555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ detailed documentation of Drupal development more generally, refer to the
Modules should be placed in the `sites/all/modules` directory of the server's
document root. If you are using the farmOS Docker image, this will be:
`/var/opt/drupal/web/sites/all/modules`
`/opt/drupal/web/sites/all/modules`
A good practice is to download farmOS-specific modules into `modules/farm` to
keep them separate. You may also consider creating a `modules/custom` directory