From df3d00b397c0c1b0fb71990aca762eb23c8ecd73 Mon Sep 17 00:00:00 2001 From: zurdi Date: Mon, 24 Feb 2025 09:33:05 +0000 Subject: [PATCH] docs: update mkdocs serve command to include optional address and livereload --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ea0ff..5c251d3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ uv sync --all-extras --dev Finally run the following command to serve the documentation from a local server: ```sh -uv run mkdocs serve +uv run mkdocs serve [-a ip:port] --livereload ``` ## Contributing