Skip to content

Commit df89c37

Browse files
committed
Another doc update for yarn
1 parent 1b1c32b commit df89c37

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This is the official documentation platform for the [ReScript](https://rescript-
1515
## System Requirements
1616

1717
- `node@22` or higher
18+
- `yarn` or `corepack`
1819

1920
## Setup
2021

@@ -26,10 +27,10 @@ yarn
2627
yarn rescript
2728

2829
# Build the index data. Only needed for initial clone (or content H2 changes)
29-
yarn run update-index
30+
yarn update-index
3031

3132
# In a new tab
32-
yarn run dev
33+
yarn dev
3334

3435
open localhost:3000
3536
```
@@ -47,7 +48,7 @@ search terms we need for searching inside the `Belt` docs). You can create your
4748
index by running following command:
4849

4950
```sh
50-
yarn run update-index
51+
yarn update-index
5152
```
5253

5354
All the index data is stored in `index_data`, but will not be tracked by git.

0 commit comments

Comments
 (0)