From 835d324eed379b2a9d69c6473cd83fbe561825e4 Mon Sep 17 00:00:00 2001 From: Luke Beno <lgbeno@tundra-labs.com> Date: Thu, 23 Mar 2023 12:18:27 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cdc4c4..4b866fb 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ To use the WCH-Link in WSL, it is required to "attach" the USB hardware on the W ``` 3. Plug in the WCH-Link to USB 4. Run Powershell as admin and use the `usbipd list` command to list all connected devices -5. Find the this device: `1a86:8010 WCH-Link (Interface 0)` and note the busid it is attached to, this is +5. Find the this device: `1a86:8010 WCH-Link (Interface 0)` and note the busid it is attached to 6. In powershell, use the command `usbipd wsl attach --busid=<BUSID>` to attach the device at the busid from previous step 7. You will hear the windows sound for the USB device being removed (and silently attached to WSL instead) 8. In WSL, you will now be able to run `lsusb` and see that the SCH-Link is attached -- GitLab