fix(docs): update the command used to edit docs

This commit is contained in:
Jon Fuller 2025-05-29 12:01:07 -07:00 committed by GitHub
parent 7ef05780a6
commit ef581b181f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ Download the repository, install dependencies using `pnpm` and then run the envi
git clone https://github.com/TriliumNext/Notes.git git clone https://github.com/TriliumNext/Notes.git
cd Notes cd Notes
pnpm install pnpm install
pnpm nx run edit-docs:serve pnpm nx run edit-docs:edit-docs
``` ```
### Building the Executable ### Building the Executable