From bc2edfbc8972d0f0078e99919bd952420ac427df Mon Sep 17 00:00:00 2001 From: beginner_contributor <315730032+open-source-learner@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:13:05 +0200 Subject: [PATCH] Correct libusb package name in README Fixed typo in package installation instructions. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 8973790..394ccf2 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ Compiling from source Ensure that you have the necessary packages to compile programs that use libusb (on Debian or Ubuntu systems, you might need to do apt-get install libusb-dev | on Arch systems, you might need to do sudo -pacman -S libusb-compact). After that, unpack and compile the source code +pacman -S libusb-compat). After that, unpack and compile the source code with: tar xvfz mspdebug-version.tar.gz