Skip to content

Commit 5199613

Browse files
authored
Fix install instructions (#131)
1 parent 24a7348 commit 5199613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DDEV integration for developing Drupal contrib projects. As a general philosophy
1616
4. Configure DDEV for Drupal using `ddev config --project-type=drupal --docroot=web --php-version=8.3 --corepack-enable --project-name=[module]` or select these options when prompted using `ddev config`
1717
- Remove underscores in the project name, or replace with hyphens. (DDEV will do this for you.)
1818
- See [Misc](#misc) for help on using alternate versions of Drupal core.
19-
5. Run `ddev add-on get ddev/ddev-selenium-standalone-chrome ddev/ddev-drupal-contrib && ddev add-on get ddev/ddev-drupal-contrib`
19+
5. Run `ddev add-on get ddev/ddev-selenium-standalone-chrome && ddev add-on get ddev/ddev-drupal-contrib`
2020
6. Run `ddev start`
2121
7. Run `ddev poser`
2222
8. Run `ddev symlink-project`

0 commit comments

Comments
 (0)