Skip to content

Commit

Permalink
Remove version from setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Aug 21, 2024
1 parent aec09a4 commit 9baa27f
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 @@ -37,7 +37,7 @@ The best way to spin up your first project is with [DDEV](https://ddev.com/), a
ddev config --project-type=craftcms --docroot=web --create-docroot --php-version=8.2
# Use this package as a starting point:
ddev composer create -y --no-scripts craftcms/craft=^5.0.0
ddev composer create -y --no-scripts craftcms/craft
# Run the Craft CMS installer (use all defaults):
ddev craft install
Expand Down

0 comments on commit 9baa27f

Please sign in to comment.