diff --git a/README.md b/README.md index 86a8d745..afcad97b 100644 --- a/README.md +++ b/README.md @@ -79,19 +79,20 @@ sudo usbip attach --remote= --busid= #### WSL 2 -You can attach the device from within Windows with the following command, which does not require administrator privileges: - -```powershell -usbipd attach --wsl --busid= -``` - > [!TIP] > In case you have used `usbipd` with WSL 2 before, the following has changed since version 4.0.0: +> > - You have to share the device using `usbipd bind` first. > - You no longer have to install any client-side tooling. > - You no longer have to specify a specific distribution. > - The syntax for the command to attach has changed slightly. +You can attach the device from within Windows with the following command, which does not require administrator privileges: + +```powershell +usbipd attach --wsl --busid= +``` + > [!TIP] > See the [wiki](https://github.com/dorssel/usbipd-win/wiki/WSL-support) on how to add drivers > for USB devices that are not supported by the default WSL 2 kernel.