Skip to content

Commit

Permalink
Remove project type default
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Aug 21, 2024
1 parent 9baa27f commit e39614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The best way to spin up your first project is with [DDEV](https://ddev.com/), a
```
3. Configure a new DDEV [project](https://ddev.readthedocs.io/en/latest/users/quickstart/#craft-cms), and install Craft:
```bash
ddev config --project-type=craftcms --docroot=web --create-docroot --php-version=8.2
ddev config --project-type=craftcms --docroot=web
# Use this package as a starting point:
ddev composer create -y --no-scripts craftcms/craft
Expand Down

0 comments on commit e39614f

Please sign in to comment.