From 054709820416f59791bc1e3a9b9b34b5c6ea2b03 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:23:57 +0300 Subject: [PATCH] setup MS Windows: separate the two WSL commands --- setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.md b/setup.md index d65a7bb..2f66e35 100644 --- a/setup.md +++ b/setup.md @@ -38,7 +38,7 @@ data-toggle="tab">Linux {: .callout } 2. Open PowerShell as Administrator ("Start menu" > "PowerShell" > right-click > "Run as Administrator") and paste the following commands followed by Enter to install WSL 2: - `wsl --update` + `wsl --update`, and then `wsl --install --distribution Ubuntu` To ensure that `Ubuntu` is the default subsystem instead of `docker-desktop-*`, you may need to use: `wsl --set-default Ubuntu`