From 8f1e6b5e5bf76e90a1519ab442e89cf41d60a5fb Mon Sep 17 00:00:00 2001 From: "Martin \"Nexii\" Pitt" Date: Thu, 4 Dec 2025 21:43:31 +0000 Subject: [PATCH] Update install instructions to use 'run' command `pnpm dev`/`pnpm build` are not real commands or might have unexpected behaviours as the intention is instead to run the package.json scripts, not functionality specific to pnpm --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33f26ad..2341988 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Built with [Astro](https://astro.build) and [Starlight](https://starlight.astro. pnpm install # Start dev server at http://localhost:4321 -pnpm dev +pnpm run dev # Build for production -pnpm build +pnpm run build ``` ## Contributing