Skip to content

Commit a3e8ddd

Browse files
Update WSL install command to use '-d' option (#2446)
1 parent 1f60599 commit a3e8ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WSL/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ By default, the installed Linux distribution will be Ubuntu. This can be changed
4141
- To change the distribution installed, enter:
4242

4343
```powershell
44-
wsl.exe --install [Distro]
44+
wsl.exe --install -d [Distro]
4545
```
4646
4747
Replace `[Distro]` with the name of the distribution you would like to install.

0 commit comments

Comments
 (0)