Skip to content

Commit 513c24e

Browse files
authored
Merge pull request #30 from Jakio815/main
Update of wsl usbipd commands.
2 parents d290933 + 6ca19dd commit 513c24e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Windows.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ To mount the a Pico device to the WSL instance, run the following in
88
an administrator powershell to find the correct bus and attach:
99

1010
```
11-
usbipd wsl list
12-
usbipd wsl attach --busid <busid>
11+
usbipd list
12+
usbipd bind --busid <busid>
13+
usbipd attach --wsl --busid <busid>
1314
```
1415

1516
In the WSL instance, run the following to verify the device has mounted:

0 commit comments

Comments
 (0)