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"