diff --git a/docs/getting-started-tutorial/install/README.md b/docs/getting-started-tutorial/install/README.md index 33a4e5298..a42564610 100644 --- a/docs/getting-started-tutorial/install/README.md +++ b/docs/getting-started-tutorial/install/README.md @@ -21,7 +21,7 @@ Then run the following commands to configure a new DDEV project there: 1. Create DDEV configuration files: ```sh - ddev config --project-type=craftcms --docroot=web --create-docroot + ddev config --project-type=craftcms --docroot=web ``` 2. Scaffold the project from the official starter project: