From 8275dbc68cd3a55957f3ecffac4d1ac592732e96 Mon Sep 17 00:00:00 2001 From: Amine Djeghri <32715913+AmineDjeghri@users.noreply.github.com> Date: Sun, 11 Jun 2023 17:30:34 +0200 Subject: [PATCH] Update WSL-installation-guide.md (#2626) --- docs/WSL-installation-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/WSL-installation-guide.md b/docs/WSL-installation-guide.md index 7de38b11..30b7fa3e 100644 --- a/docs/WSL-installation-guide.md +++ b/docs/WSL-installation-guide.md @@ -70,6 +70,9 @@ sudo apt install build-essential If you face any issues or need to troubleshoot, you can always refer to the official Microsoft documentation for WSL: https://docs.microsoft.com/en-us/windows/wsl/ +#### WSL2 performance using /mnt: +when you git clone a repository, put it inside WSL and not outside. To understand more, take a look at this [issue](https://github.com/microsoft/WSL/issues/4197#issuecomment-604592340) + ## Bonus: Port Forwarding By default, you won't be able to access the webui from another device on your local network. You will need to setup the appropriate port forwarding using the following command (using PowerShell or Terminal with administrator privileges).