Skip to content

Commit 4417f52

Browse files
authored
Merge pull request #103 from reason-association/readme-update
Put setup readme instructions in the correct order
2 parents 0aa2e21 + dae41a9 commit 4417f52

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)