diff --git a/blog/2024-06-05.md b/blog/2024-06-05.md index cb6f2fb2ac7..ff27a79e7b4 100644 --- a/blog/2024-06-05.md +++ b/blog/2024-06-05.md @@ -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 ```