docs: Add note to use fresh instance of WSL.

This change ensures that developers use a fresh WSL instance when setting up the Zulip environment locally. Doing so helps prevent dependency and versioning conflicts.
This commit is contained in:
Apoorva Pendse 2024-11-21 07:45:28 +05:30
parent 65f05794ee
commit ccbc49ceb5
1 changed files with 2 additions and 0 deletions

View File

@ -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.