Skip to content

Commit

Permalink
Merge pull request #645 from carstenjaksch/patch-1
Browse files Browse the repository at this point in the history
Remove --create-docroot flag
  • Loading branch information
AugustMiller authored Aug 26, 2024
2 parents d44022b + d36b186 commit a4d9a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-tutorial/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a4d9a27

Please sign in to comment.