Skip to content

Commit

Permalink
Add additional steps needed to finish setup on contrib projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
markdorison committed Nov 15, 2023
1 parent 7d92d42 commit 5a51204
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Install
3. cd [contrib module directory]
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`
5. Run `ddev get ddev/ddev-drupal-contrib`.
6. Run `ddev start`.
7. Run `ddev poser`.
8. Run `ddev symlink-project`.

Commands
============
Expand Down

0 comments on commit 5a51204

Please sign in to comment.