diff options
| author | Ryan <fauxpark@gmail.com> | 2021-09-14 22:16:24 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-14 13:16:24 +0100 |
| commit | b56282756b5faa410301de8c4ecdcae0e0148652 (patch) | |
| tree | cf68cfe0e4f148d6eab52ae289ce261bea88f6c3 /docs/flashing_bootloadhid.md | |
| parent | 0ca4a56a0449d17a497ba610d4cee41c914ff50e (diff) | |
| download | qmk_firmware-b56282756b5faa410301de8c4ecdcae0e0148652.tar.gz qmk_firmware-b56282756b5faa410301de8c4ecdcae0e0148652.zip | |
[Docs] Clean up some code block languages (#14434)
Diffstat (limited to 'docs/flashing_bootloadhid.md')
| -rw-r--r-- | docs/flashing_bootloadhid.md | 2 |
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 |
| 46 | 1. Install libusb development dependency: | 46 | 1. 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 | ``` |
