Skip to content

Commit

Permalink
doc: update readme development : yarn to pnpm (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepvrt committed Jun 28, 2023
1 parent e34bd72 commit 2e71c6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ Nuxt 2 is supported with Content v1, documentation is on <https://content.nuxtjs
## 💻 Development

- Clone repository
- Install dependencies using `yarn install`
- Prepare using `yarn prepare`
- Try playground using `yarn dev`
- Install dependencies using `pnpm install`
- Prepare using `pnpm prepare`
- Prepare using `pnpm build`
- Try playground using `pnpm dev`

## License

Expand Down

0 comments on commit 2e71c6d

Please sign in to comment.