Skip to content

Commit ec6f196

Browse files
committed
#36: Update ddev usage documentation
1 parent 5ca2005 commit ec6f196

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ First, make sure your DDEV version is at least 1.23.0. Next, create a new folder
4848
for your project and `cd` into it. Then:
4949

5050
```
51-
$ ddev config --project-type=drupal --php-version=8.3
52-
$ ddev start
51+
$ ddev config --project-type=drupal11 --php-version=8.3
5352
$ ddev composer create joachim-n/drupal-core-development-project
54-
$ ddev config --update
55-
$ ddev restart
53+
```
54+
55+
If you have a case insensitive filesystem (for example for macOS) execute the following
56+
```
57+
$ cd repos/drupal && git config core.ignorecase true && cd ../../
5658
```
5759

5860
### Installation on DDEV with the justafish/ddev-drupal-core-dev DDEV addon

0 commit comments

Comments
 (0)