Skip to content

Commit dae41a9

Browse files
author
Iwan
committed
Put setup readme instructions in the correct order
1 parent 0aa2e21 commit dae41a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ This is the official documentation platform for the [ReScript](https://rescript-
1313
## Setup
1414

1515
```sh
16-
# For first time clone / build
16+
# For first time clone / build (install dependencies)
1717
yarn
18-
yarn run update-index
1918

2019
# Initial build
2120
yarn bs:build
2221

22+
# Build the index data
23+
yarn run update-index
24+
2325
# In a new tab
2426
yarn dev
2527

0 commit comments

Comments
 (0)