diff options
author | QMK Bot <hello@qmk.fm> | 2021-11-04 21:03:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-11-04 21:03:11 +0000 |
commit | 45a8176e325130775b51058199e69aa8f06c88cc (patch) | |
tree | 34288bbd92020090183fa7561a6d8c8201ad9354 /docs/cli_commands.md | |
parent | d4bbecb308ced0af9453cc17f11b180d9a934c53 (diff) | |
parent | 6437045166cafab14f2fbe5fcae44f6b066adbc5 (diff) | |
download | qmk_firmware-45a8176e325130775b51058199e69aa8f06c88cc.tar.gz qmk_firmware-45a8176e325130775b51058199e69aa8f06c88cc.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r-- | docs/cli_commands.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 1427b592f..9113e3b02 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md | |||
@@ -352,6 +352,8 @@ Now open your dev environment and live a squiggly-free life. | |||
352 | This command starts a local HTTP server which you can use for browsing or improving the docs. Default port is 8936. | 352 | This command starts a local HTTP server which you can use for browsing or improving the docs. Default port is 8936. |
353 | Use the `-b`/`--browser` flag to automatically open the local webserver in your default browser. | 353 | Use the `-b`/`--browser` flag to automatically open the local webserver in your default browser. |
354 | 354 | ||
355 | This command runs `docsify serve` if `docsify-cli` is installed (which provides live reload), otherwise Python's builtin HTTP server module will be used. | ||
356 | |||
355 | **Usage**: | 357 | **Usage**: |
356 | 358 | ||
357 | ``` | 359 | ``` |