Improved guide

pull/413/head
jfrocha 2021-09-30 15:52:39 +02:00
parent 8ca2cf15e4
commit acef989f77
1 changed files with 2 additions and 1 deletions

View File

@ -3,13 +3,14 @@
[WSL](https://docs.microsoft.com/en-us/windows/wsl/)
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
* 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
In PowerShell as Administrator run this commands
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux -NoRestart