aboutsummaryrefslogtreecommitdiff
path: root/docs/cli_commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r--docs/cli_commands.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md
index 876ffb583..314e7448d 100644
--- a/docs/cli_commands.md
+++ b/docs/cli_commands.md
@@ -360,11 +360,12 @@ qmk format-c -b branch_name
360## `qmk docs` 360## `qmk docs`
361 361
362This command starts a local HTTP server which you can use for browsing or improving the docs. Default port is 8936. 362This command starts a local HTTP server which you can use for browsing or improving the docs. Default port is 8936.
363Use the `-b`/`--browser` flag to automatically open the local webserver in your default browser.
363 364
364**Usage**: 365**Usage**:
365 366
366``` 367```
367qmk docs [-p PORT] 368qmk docs [-b] [-p PORT]
368``` 369```
369 370
370## `qmk generate-docs` 371## `qmk generate-docs`