File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
2627yarn 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
3435open localhost:3000
3536```
@@ -47,7 +48,7 @@ search terms we need for searching inside the `Belt` docs). You can create your
4748index by running following command:
4849
4950``` sh
50- yarn run update-index
51+ yarn update-index
5152```
5253
5354All the index data is stored in ` index_data ` , but will not be tracked by git.
You can’t perform that action at this time.
0 commit comments