Skip to content

Commit 5f04c0e

Browse files
committed
chore: update set up the docs repo step
1 parent d6018c9 commit 5f04c0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
77
### Prerequisites
88

9-
- [Node.js 18.17.0 or later, but below 22.0.0](https://nodejs.org/en/)
10-
- [Yarn classic](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable)
9+
- [Node.js 20+, but below 22.0.0](https://nodejs.org/en/)
1110

1211
## Set up the docs repo
1312

1413
1. [Fork this repo](/fork) and `git clone` it.
1514
2. In your terminal, navigate to the repo from where it was just cloned. This should be located at the `/docs` directory.
16-
3. From your command line, run `yarn && yarn dev`.
17-
4. <http://localhost:3000/> should open automatically.
15+
3. Set yarn version to the modern latest version, run `corepack enable && yarn set version berry`.
16+
4. From your command line, run `yarn && yarn dev`.
17+
5. <http://localhost:3000/> should open automatically.
1818

1919
## How to contribute
2020

0 commit comments

Comments
 (0)