Skip to content

Commit 187f2e6

Browse files
author
Matthias Schmidt
committed
Replace usage of deprecated ddev --mutagen-enabled flag
See https://github.com/ddev/ddev/blob/9c3de4966ba930045e79442299fa2a57e3f9ce4a/cmd/ddev/cmd/config.go#L247-L248, causes info: "Flag --mutagen-enabled has been deprecated, please use --performance-mode instead"
1 parent 3193140 commit 187f2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/install_with_ddev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Now, configure the database connection for your [[= product_name =]] project. De
9292
If you're using macOS or Windows, you might want to enable [Mutagen](https://ddev.readthedocs.io/en/latest/users/install/performance/#mutagen) to improve performance. You can do this by running the following command:
9393

9494
```bash
95-
ddev config --mutagen-enabled
95+
ddev config --performance-mode=mutagen
9696
```
9797

9898
See [DDEV performance documentation](https://ddev.readthedocs.io/en/latest/users/install/performance/) for more.

0 commit comments

Comments
 (0)