Skip to content

Commit a3fabe5

Browse files
committed
Fix megalinter warnings
1 parent f58e859 commit a3fabe5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,20 @@ sudo usbip attach --remote=<HOST> --busid=<BUSID>
7979
8080
#### WSL 2
8181

82-
You can attach the device from within Windows with the following command, which does not require administrator privileges:
83-
84-
```powershell
85-
usbipd attach --wsl --busid=<BUSID>
86-
```
87-
8882
> [!TIP]
8983
> In case you have used `usbipd` with WSL 2 before, the following has changed since version 4.0.0:
84+
>
9085
> - You have to share the device using `usbipd bind` first.
9186
> - You no longer have to install any client-side tooling.
9287
> - You no longer have to specify a specific distribution.
9388
> - The syntax for the command to attach has changed slightly.
9489
90+
You can attach the device from within Windows with the following command, which does not require administrator privileges:
91+
92+
```powershell
93+
usbipd attach --wsl --busid=<BUSID>
94+
```
95+
9596
> [!TIP]
9697
> See the [wiki](https://github.com/dorssel/usbipd-win/wiki/WSL-support) on how to add drivers
9798
> for USB devices that are not supported by the default WSL 2 kernel.

0 commit comments

Comments
 (0)