From 0378f415088193b7fb68bae2b0b12c5bd1563f42 Mon Sep 17 00:00:00 2001 From: "M. A. Ali" <73258591+MightyStud@users.noreply.github.com> Date: Fri, 21 Oct 2022 01:54:47 +0200 Subject: [PATCH] fixed: 2 ubuntu versions, 1 only needed instructions states that you can download WSL and ubuntu in a single line (powershell), then instructed to download ubuntu again from microsoft store. I fixed that and let the user know that this one line downloads both WSL and ubuntu 20.04 LTS. more on download lines can be check on: https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-10#3-download-ubuntu --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3637cf3..c2180c3 100644 --- a/README.md +++ b/README.md @@ -70,15 +70,15 @@ Let's start off by setting up our environment! Review the environment setup ins Windows -* Install [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install) using Powershell +* Install [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install) and Ubuntu 20.04 LTS (Long-term support) in one line using Powershell ```powershell wsl --install -d Ubuntu-20.04 ``` +* Make sure you've install the correct version with the command `wsl -l -v` + * Install [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab) (You can even make it your [default!](https://devblogs.microsoft.com/commandline/windows-terminal-as-your-default-command-line-experience/)) -* Install [Ubuntu](https://www.microsoft.com/en-us/p/ubuntu/9pdxgncfsczv?activetab=pivot:overviewtab) -* Make sure you've install the correct version with the command `wsl -l -v` (If you find yourself getting stuck on the WSL2 install, [here](https://www.youtube.com/watch?v=VMZH9Pj2dXw&ab_channel=StefanRows) is a link to video instructions)