Improved guide
parent
8ca2cf15e4
commit
acef989f77
|
@ -3,13 +3,14 @@
|
||||||
[WSL](https://docs.microsoft.com/en-us/windows/wsl/)
|
[WSL](https://docs.microsoft.com/en-us/windows/wsl/)
|
||||||
is convenient to use in order to setup your development environment on Windows OS.
|
is convenient to use in order to setup your development environment on Windows OS.
|
||||||
|
|
||||||
WSL data can be accessible using ```\\wsl$``` on Windows.
|
WSL data can be accessible using ```\\wsl$``` on File Explorer.
|
||||||
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* You must be running Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11.
|
* You must be running Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11.
|
||||||
* Virtual Machine Platform and Windows Subsystem for Linux are enabled
|
* Virtual Machine Platform and Windows Subsystem for Linux are enabled
|
||||||
|
|
||||||
In PowerShell as Administrator run this commands
|
In PowerShell as Administrator run this commands
|
||||||
```powershell
|
```powershell
|
||||||
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux -NoRestart
|
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux -NoRestart
|
||||||
|
|
Loading…
Reference in New Issue