From 4fdcb5d551653f021b49a22e29cefe1498450221 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Sun, 2 Feb 2025 19:35:32 -0600 Subject: [PATCH] Remove trailing whitespace Co-authored-by: jakirkham --- install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.md b/install/index.md index 404e99d932c..de1e2b9c7b0 100644 --- a/install/index.md +++ b/install/index.md @@ -336,7 +336,7 @@ 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. This command will navigate to your Windows users's `Downloads` folder, from your WSL2 instance, and install the latest SDK Manager `.deb` file that you had downloaded. You will have to enter the sudo password you created when you installed Ubuntu. +4. Install and run SDK Manager inside Ubuntu by pasting this into your command line. This command will navigate to your Windows users's `Downloads` folder, from your WSL2 instance, and install the latest SDK Manager `.deb` file that you had downloaded. You will have to enter the sudo password you created when you installed Ubuntu. ```bash sudo apt update && sudo apt install wslu -y cd "$(wslpath -au "$(cmd.exe /c 'echo %USERPROFILE%' | tr -d '\r')")/Downloads"