From c79e57b8dac404961e8fa81b49080f6295e4643e Mon Sep 17 00:00:00 2001 From: wires Date: Mon, 11 May 2026 23:14:28 -0400 Subject: [PATCH] Update readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 749a2f0..b27156e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ git clone https://git.hypnagaga.com/wires/scratch.git Enter the directory in which it was cloned, then run: ```bash -pnpm install -pnpm run dev -``` \ No newline at end of file +pnpm install && pnpm run dev +``` +Node will install packages. Then Astro will build, start the development server, and then display the URL of the dev server. By default, it will be [http://localhost:4321/](http://localhost:4321/). \ No newline at end of file