Skip to content

Commit fd03ef1

Browse files
committed
content: updated instructions
1 parent f03435a commit fd03ef1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

skills/10 Basics/CLI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ text: |
1717
1818
Installation instructions:
1919
20-
1. Run PowerShell **as Administrator** (right click on PowerShell, choose _Run as Administrator_).
21-
2. Copy and paste the following command `dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart` and press <kbd>Enter</kbd>.
20+
1. Open PowerShell **as Administrator** (right click on PowerShell, choose _Run as Administrator_).
21+
2. Copy and paste the following command `Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux` and press <kbd>Enter</kbd>.
2222
3. Restart computer.
23-
4. wsl --set-default-version 2
24-
5. Install [Ubuntu from Microsoft Store](https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6#activetab=pivot:overviewtab).
23+
4. Open PowerShell and run `wsl --set-default-version 2`
24+
5. Install [Ubuntu from Microsoft Store](https://apps.microsoft.com/detail/9pdxgncfsczv?hl=en-us&gl=US).
2525
2626
requires:
2727
- "Files // Files and folders"

0 commit comments

Comments
 (0)