Skip to content

Commit cd32723

Browse files
samfreundkonradybcio
authored andcommitted
Fix linux command to install libusb
Signed-off-by: Sam Freund <[email protected]>
1 parent 9e5195c commit cd32723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ loader and use this to flash images.
1111
### Linux
1212

1313
```bash
14-
sudo apt install libxml2 libusb
14+
sudo apt install libxml2 libusb-1.0-0-dev
1515
make
1616
```
1717

0 commit comments

Comments
 (0)