From a3fabe51dc4eed10d925866fd8663b7ad3d38e98 Mon Sep 17 00:00:00 2001 From: Frans van Dorsselaer <17404029+dorssel@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:42:08 +0100 Subject: [PATCH] Fix megalinter warnings --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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.