Skip to content

Commit

Permalink
Updated readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Leveille committed Feb 18, 2023
1 parent 545933f commit 7ab67fd
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 @@ -7,7 +7,7 @@ Read the DDEV [documentation](https://ddev.readthedocs.io/) to install it before
```
mkdir my-craft-project
cd my-craft-project
ddev config --project-type=craftcms --php-version=8.1 --database=mariadb:10.6
ddev config --project-type=craftcms --php-version=8.1 --database=mariadb:10.6 --timezone=America/Toronto
ddev composer create -y --no-install --no-scripts lg2/craft
ddev composer install
ddev craft install
Expand Down

0 comments on commit 7ab67fd

Please sign in to comment.