Skip to content

Commit 055edc7

Browse files
authored
Update WSL.md
1 parent 89883a3 commit 055edc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/WSL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ You can launch your WSL Ubuntu installation by selecting the Ubuntu app (like an
6060
sudo apt install [missing package]
6161
```
6262

63+
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/
64+
6365
## Bonus: Port Forwarding
6466

6567
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).
@@ -68,4 +70,4 @@ By default, you won't be able to access the webui from another device on your lo
6870
netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=7860 connectaddress=localhost connectport=7860
6971
```
7072

71-
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/
73+

0 commit comments

Comments
 (0)