summaryrefslogtreecommitdiff
path: root/docs/cli_development.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli_development.md')
-rw-r--r--docs/cli_development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_development.md b/docs/cli_development.md
index 0f4f401b33..62be3b3d8c 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
This will allow you to see all available subcommands.
**Note:** You will have to install additional requirements:
-```bash
+```
python3 -m pip install -r requirements-dev.txt
```