Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing ddev start is OK here, but as an instructional matter I usually consider it better for something like a README to show the actual command, even though ddev composer create is happy to start for you.

$ 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
Expand Down