From ec6f196d9bfec7655c010a3a3faeb16f87f39c4c Mon Sep 17 00:00:00 2001 From: Brian Gilbert Date: Fri, 21 Mar 2025 15:52:41 +1100 Subject: [PATCH] #36: Update ddev usage documentation --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69d22fa..bda27f8 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,13 @@ First, make sure your DDEV version is at least 1.23.0. Next, create a new folder for your project and `cd` into it. Then: ``` -$ ddev config --project-type=drupal --php-version=8.3 -$ ddev start +$ ddev config --project-type=drupal11 --php-version=8.3 $ ddev composer create joachim-n/drupal-core-development-project -$ ddev config --update -$ ddev restart +``` + +If you have a case insensitive filesystem (for example for macOS) execute the following +``` +$ cd repos/drupal && git config core.ignorecase true && cd ../../ ``` ### Installation on DDEV with the justafish/ddev-drupal-core-dev DDEV addon