Skip to content

Commit

Permalink
Update package manager installs
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton authored Dec 25, 2024
1 parent 42d6c43 commit f9ee23b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit f9ee23b

Please sign in to comment.