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