Skip to content

Commit dba5fc8

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 dba5fc8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ the subdomain of ddev.site eg if project name is example.com, then localhost
1818
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)