Skip to content

Commit 472a21f

Browse files
committed
GH-46: Clarify Drupal version in ddev config example
- update setup command to use --project-type=drupalN - add note that N is the Drupal version number Refs: README.md
1 parent 39524b3 commit 472a21f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ scripts to enhance your Drupal development workflow.
1313
### Steps
1414

1515
1. Initialize your Drupal project. Project name parameter is optional, but
16-
it's advisable to use domain name as your project name as that's used for
17-
the subdomain of ddev.site eg if project name is example.com, then localhost
18-
URL will become example.com.ddev.site.
16+
it's advisable to use domain name as your project name as that's used for
17+
the subdomain of ddev.site eg if project name is example.com, then localhost
18+
URL will become example.com.ddev.site.
1919

2020
```bash
21-
ddev config --project-type=drupal --docroot=web --project-name=example.com
21+
ddev config --project-type=drupalN --docroot=web --project-name=example.com
2222
```
2323

24+
where N is the version of Drupal.
25+
2426
2. Install Wunderio DDEV Drupal as a DDEV add-on and restart DDEV:
2527

2628
```bash

0 commit comments

Comments
 (0)