diff --git a/README.md b/README.md index 42738ac..0227457 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,16 @@ This repository utilizes a monorepo architecture to seamlessly share core system * **View in Git Repository (Raw Markdown):** [Read Overview Documentation](apps/docs-dev/src/overview.md) * **Run Documentation Locally:** -```bash -pnpm --filter docs-dev dev -``` + + If this is your first time running the documentation, ensure you install the dependencies first: + ```bash + pnpm install + ``` + + Then, start the documentation server: + ```bash + pnpm dev:docs-dev + ``` ---