Skip to content

Commit

Permalink
docs(README): add yarn and pnpm (QwikDev#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImBIOS authored Feb 26, 2023
1 parent 0954caa commit 1f4df15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ As users interact with the site, only the necessary parts of the site load on-de

## Getting Started

```shell
```sh
npm create qwik@latest
# or
pnpm create qwik@latest
# or
yarn create qwik@latest
```

- Understand the difference between [resumable and replayable](https://qwik.builder.io/docs/concepts/resumable/) applications.
Expand Down

0 comments on commit 1f4df15

Please sign in to comment.