Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WSL/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ By default, the installed Linux distribution will be Ubuntu. This can be changed
- To change the distribution installed, enter:

```powershell
wsl.exe --install [Distro]
wsl.exe --install -d [Distro]
```

Replace `[Distro]` with the name of the distribution you would like to install.
Expand Down