From cd3272350328185b1d4f7de08fdecf38f8fd31be Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Thu, 3 Jul 2025 15:09:59 -0500 Subject: [PATCH] Fix linux command to install libusb Signed-off-by: Sam Freund --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd969c3..759351b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ loader and use this to flash images. ### Linux ```bash -sudo apt install libxml2 libusb +sudo apt install libxml2 libusb-1.0-0-dev make ```