diff --git a/docs/development/setup-recommended.md b/docs/development/setup-recommended.md index 6b28f52e08..87536b465d 100644 --- a/docs/development/setup-recommended.md +++ b/docs/development/setup-recommended.md @@ -122,6 +122,8 @@ installation method described here. We require version 0.67.6+ of WSL 2. 1. [Install WSL 2](https://docs.microsoft.com/en-us/windows/wsl/setup/environment). + (**Note**: Ensure that the WSL distribution you use is a fresh instance. This means either installing a new distribution or deleting any previously used distribution to avoid conflicts.) + 1. It is required to enable `systemd` for WSL 2 to manage the database, cache and other services. To configure it, please follow [these instructions](https://learn.microsoft.com/en-us/windows/wsl/wsl-config#systemd-support). Then, you will need to restart WSL 2 before continuing.