You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ DDEV integration for developing Drupal contrib projects. As a general philosophy
13
13
4. Configure DDEV for Drupal using `ddev config --project-type=drupal --docroot=web --php-version=8.3 --project-name=[module]` or select these options when prompted using `ddev config`
14
14
- Remove underscores in the project name, or replace with hyphens. (DDEV will do this for you in v1.23.5+)
15
15
- See [Misc](#misc) for help on using alternate versions of Drupal core.
16
-
5. Run `ddev get ddev/ddev-drupal-contrib`
16
+
5. Run `ddev add-on get ddev/ddev-drupal-contrib` (or `ddev get ddev/ddev-drupal-contrib` if your DDEV version is older than 1.23.5)
17
17
6. Run `ddev start`
18
18
7. Run `ddev poser`
19
19
8. Run `ddev symlink-project`
@@ -22,7 +22,17 @@ DDEV integration for developing Drupal contrib projects. As a general philosophy
22
22
23
23
## Update
24
24
25
-
Update by running the `ddev get ddev/ddev-drupal-contrib` command.
0 commit comments