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/cli_development.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/cli_development.md')
-rw-r--r-- | docs/cli_development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_development.md b/docs/cli_development.md index 0f4f401b3..62be3b3d8 100644 --- a/docs/cli_development.md +++ b/docs/cli_development.md | |||
@@ -14,7 +14,7 @@ If you intend to maintain keyboards and/or contribute to QMK, you can enable the | |||
14 | 14 | ||
15 | This will allow you to see all available subcommands. | 15 | This will allow you to see all available subcommands. |
16 | **Note:** You will have to install additional requirements: | 16 | **Note:** You will have to install additional requirements: |
17 | ```bash | 17 | ``` |
18 | python3 -m pip install -r requirements-dev.txt | 18 | python3 -m pip install -r requirements-dev.txt |
19 | ``` | 19 | ``` |
20 | 20 | ||