8000 docs: fix contributing (#890) · nuxt-themes/docus@b070cce · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit b070cce

Browse files
authored
docs: fix contributing (#890)
1 parent 645ba84 commit b070cce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ defineNuxtConfig({
6767
## Contributing 🙏
6868

6969
1. Clone this repository
70-
2. Install dependencies using `yarn install` or `npm install`
71-
3. Run `npm run prepare` to generate type stubs.
72-
4. Use `npm run dev` to start [playground](./playground) in development mode.
70+
2. Install dependencies using `pnpm install --frozen-lockfile`
71+
3. Run `pnpm run prepare` to generate type stubs.
72+
4. Use `pnpm run dev` to start [docs](./docs) or use `pnpm run play` to start [playground](./playground) in development mode.
7373

7474
## License 📎
7575

0 commit comments

Comments
 (0)
0