setup_docs: Add command to terminate WSL2 environment.

This commit adds an alternative way to shutdown the
zulip WSL2 environment.
This commit is contained in:
apoorvapendse
2024-12-18 07:33:31 +05:30
committed by Tim Abbott
parent ad16739a7f
commit 892afcbe98

View File

@@ -625,6 +625,13 @@ help.
On Windows with WSL 2, you do not need to shut down the environment. Simply On Windows with WSL 2, you do not need to shut down the environment. Simply
close your terminal window(s). close your terminal window(s).
Alternatively, you can use a command to terminate/shutdown your WSL2 environment with PowerShell using:
```console
> wsl --terminate <environment_name>
```
::: :::
:::{tab-item} Windows (VM) :::{tab-item} Windows (VM)