aboutsummaryrefslogtreecommitdiff
path: root/docs/flashing_bootloadhid.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/flashing_bootloadhid.md')
-rw-r--r--docs/flashing_bootloadhid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing_bootloadhid.md b/docs/flashing_bootloadhid.md
index 9879ec999..213c7c132 100644
--- a/docs/flashing_bootloadhid.md
+++ b/docs/flashing_bootloadhid.md
@@ -44,7 +44,7 @@ For native Windows flashing, the `bootloadHID.exe` can be used outside of the MS
44 44
45### Linux Manual Installation 45### Linux Manual Installation
461. Install libusb development dependency: 461. Install libusb development dependency:
47 ```bash 47 ```
48 # This depends on OS - for Debian the following works 48 # This depends on OS - for Debian the following works
49 sudo apt-get install libusb-dev 49 sudo apt-get install libusb-dev
50 ``` 50 ```