diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cli_commands.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 876ffb5831..314e7448d7 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md @@ -360,11 +360,12 @@ qmk format-c -b branch_name ## `qmk docs` This command starts a local HTTP server which you can use for browsing or improving the docs. Default port is 8936. +Use the `-b`/`--browser` flag to automatically open the local webserver in your default browser. **Usage**: ``` -qmk docs [-p PORT] +qmk docs [-b] [-p PORT] ``` ## `qmk generate-docs` |