From 19f9449db59640094c8891ea1d06fa7fd94b1ab6 Mon Sep 17 00:00:00 2001 From: LBF38 Date: Fri, 27 Feb 2026 16:27:16 +0100 Subject: [PATCH] Update command to install zensical tool Signed-off-by: LBF38 --- docs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started.md b/docs/get-started.md index d7f7b78..4bce738 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -116,6 +116,6 @@ install Zensical with `uv`, use: ``` uv init - uv add --dev zensical + uv tool install zensical ```