Readme wsl notes
This commit is contained in:
parent
acff254aa5
commit
a202eaa610
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ My recommendation would be to make WSL your primary development environment if y
|
||||||
You should consult the [WSL documentation](https://docs.microsoft.com/en-us/windows/wsl/install), but for any recent version of windows, installation essentially boils down to running the following command in **PowerShell as an administrator**:
|
You should consult the [WSL documentation](https://docs.microsoft.com/en-us/windows/wsl/install), but for any recent version of windows, installation essentially boils down to running the following command in **PowerShell as an administrator**:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
wsl --install
|
wsl --install -d Ubuntu-22.04 # To get a somewhat recent version of Go
|
||||||
```
|
```
|
||||||
|
|
||||||
If you get any errors related to virtualization, you will need to enable virtualization in the BIOS. This is a common issue, and you can find a guide for your specific motherboard online. This is a one-time operation and will not affect your windows installation. This setting is usually called "VT-x" or "AMD-V" and is usually found in the CPU settings. If you can't find it, shoot me a message and I'll find it for you.
|
If you get any errors related to virtualization, you will need to enable virtualization in the BIOS. This is a common issue, and you can find a guide for your specific motherboard online. This is a one-time operation and will not affect your windows installation. This setting is usually called "VT-x" or "AMD-V" and is usually found in the CPU settings. If you can't find it, shoot me a message and I'll find it for you.
|
||||||
|
|
Loading…
Reference in a new issue