Skip to content

Commit d74fab7

Browse files
Fixed ordering of instructions in wsl2-install.md
1 parent 48ca05c commit d74fab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WSL/wsl2-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To install and start using WSL 2 complete the following steps:
2626
Open PowerShell as an Administrator and run:
2727

2828
```powershell
29-
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
3029
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
30+
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
3131
```
3232

3333
This will make sure that both the Virtual Machine Platform and Windows Subsystem for Linux optional components are installed. After you've run these commands you'll need to restart your computer.

0 commit comments

Comments
 (0)