From ef581b181f9ef20f79ff48e86d06a2994873afaa Mon Sep 17 00:00:00 2001 From: Jon Fuller Date: Thu, 29 May 2025 12:01:07 -0700 Subject: [PATCH] fix(docs): update the command used to edit docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b64afc8..ce0b930bc 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Download the repository, install dependencies using `pnpm` and then run the envi git clone https://github.com/TriliumNext/Notes.git cd Notes pnpm install -pnpm nx run edit-docs:serve +pnpm nx run edit-docs:edit-docs ``` ### Building the Executable