Fix linux command to install libusb

Signed-off-by: Sam Freund <techguy763@gmail.com>
This commit is contained in:
Sam Freund
2025-07-03 15:09:59 -05:00
committed by Konrad Dybcio
parent 9e5195cbe1
commit cd32723503

View File

@@ -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
```