Skip to content

Commit

Permalink
Update WSL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfryton authored Mar 15, 2023
1 parent 89883a3 commit 055edc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/WSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ You can launch your WSL Ubuntu installation by selecting the Ubuntu app (like an
sudo apt install [missing package]
```

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/

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

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/

0 comments on commit 055edc7

Please sign in to comment.