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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@ DDEV integration for developing Drupal contrib projects. As a general philosophy
3
3
Install
4
4
===========
5
5
6
-
1.`git clone` your contrib module
7
-
2.[Add DDEV to your contrib project](https://ddev.readthedocs.io/en/latest/users/project/) if not already added.
8
-
3. Run `ddev get ddev/ddev-drupal-contrib`.
6
+
1. If you haven't already, [install Docker and DDEV](https://ddev.readthedocs.io/en/latest/users/install/)
7
+
2.`git clone` your contrib module
8
+
3. cd [contrib module directory]
9
+
4. Configure DDEV for Drupal 10 using `ddev config --project-name=[contrib module] --project-type=drupal10 --docroot=web --create-docroot --php-version=8.1` or select these options when prompted using `ddev config`
0 commit comments