Skip to content

Commit a4d9a27

Browse files
authored
Merge pull request #645 from carstenjaksch/patch-1
Remove --create-docroot flag
2 parents d44022b + d36b186 commit a4d9a27

File tree

1 file changed

+1
-1
lines changed
  • docs/getting-started-tutorial/install

1 file changed

+1
-1
lines changed

docs/getting-started-tutorial/install/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Then run the following commands to configure a new DDEV project there:
2121
1. Create DDEV configuration files:
2222

2323
```sh
24-
ddev config --project-type=craftcms --docroot=web --create-docroot
24+
ddev config --project-type=craftcms --docroot=web
2525
```
2626

2727
2. Scaffold the project from the official starter project:

0 commit comments

Comments
 (0)