Doc and typo hunting

This commit is contained in:
Jack Kingsman
2026-03-02 18:05:45 -08:00
parent f335fc56cc
commit f715d72467
3 changed files with 14 additions and 10 deletions

View File

@@ -50,8 +50,11 @@ winget install usbipd
# restart console
# then find device ID
usbipd list
# attach device to WSL
# make device shareable
usbipd bind --busid 3-8 # (or whatever the right ID is)
# attach device to WSL (run this each time you plug in the device)
usbipd attach --wsl --busid 3-8
# device will appear in WSL as /dev/ttyUSB0 or /dev/ttyACM0
```
</details>