Skip to content

Commit

Permalink
doc: wsl set default version (#2189)
Browse files Browse the repository at this point in the history
Co-authored-by: dj8yf0μl <[email protected]>
Co-authored-by: Lyudmil Ivanov <[email protected]>
  • Loading branch information
3 people authored Aug 12, 2024
1 parent f0a9fb8 commit ca8843b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blog/2024-06-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Scrolling down will reveal the option `Windows Subsystem for Linux`. Make sure i

Now we will spend some time in either `PowerShell` or [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701), which is a modern terminal application that supports various command-line tools and shells.

```bash
# may be desirable for seamless integration between WSL2 distros of linux and docker with WSL backend
wsl --set-default-version 2
```

```
wsl --install --d Ubuntu
```
Expand Down

0 comments on commit ca8843b

Please sign in to comment.