Skip to content

Commit fd2485d

Browse files
kreynenweitzman
andauthored
Update README.md (#9)
Clarify the install steps to avoid #6 Co-authored-by: Moshe Weitzman <weitzman@tejasa.com>
1 parent d4ba632 commit fd2485d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ DDEV integration for developing Drupal contrib projects. As a general philosophy
33
Install
44
===========
55

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`
10+
5. Run `ddev get ddev/ddev-drupal-contrib`.
911

1012
Commands
1113
============

0 commit comments

Comments
 (0)