From 464e5db4d31c25c2a9d59ecb54a52e866c8db766 Mon Sep 17 00:00:00 2001 From: Taurean Dyer <46935140+taureandyernv@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:50:42 -0800 Subject: [PATCH] Update install/index.md Co-authored-by: Bradley Dice --- install/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/install/index.md b/install/index.md index 47cfddf1647..96226854be2 100644 --- a/install/index.md +++ b/install/index.md @@ -336,7 +336,6 @@ Windows users can now tap into GPU accelerated data science on their local machi wsl --install -d Ubuntu-24.04 ``` This will install and start Ubuntu in your Windows host system using WSL2. Make your **sudo** password memorable as you will need it in the next two steps. - 4. Install and run SDK Manager inside Ubuntu by pasting this into your command line. You will have to enter the sudo password you created when you installed Ubuntu and also change folder location to match your home directory in Windows (if you don't know it, open PowerShell, type `$HOME`, and hit enter). ```bash sudo apt update && sudo apt install wslu -y