From f9ee23bb4808e928f82a896fa172cf2645322bd1 Mon Sep 17 00:00:00 2001 From: Jack Shelton <104264123+thejackshelton@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:04:39 -0600 Subject: [PATCH] Update package manager installs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0266b24c..80b3cb13 100644 --- a/README.md +++ b/README.md @@ -13,25 +13,25 @@ To start a new Qwik Astro project, you can run the following command: - **With `NPM`**: ```bash - npm create @qwikdev/astro + npm create @qwikdev/astro@latest ``` - **With `Yarn`**: ```bash - yarn create @qwikdev/astro + yarn create @qwikdev/astro@latest ``` - **With `PNPM`**: ```bash - pnpm create @qwikdev/astro + pnpm create @qwikdev/astro@latest ``` - **With `Bun`**: ```bash - bun create @qwikdev/astro + bun create @qwikdev/astro@latest ``` For more advanced CLI configuration options, see the [@qwikdev/astro CLI documentation](https://github.com/QwikDev/astro/blob/main/libs/create-qwikdev-astro/README.md).