Skip to content

Commit

Permalink
Reorder instructions for configuring dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim authored Nov 1, 2023
1 parent c5ffc3d commit a96af47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ For more information regarding launching and using KùzuExplorer, please refer t
- [Git](https://git-scm.com/)

### Environment setup
#### Download and compile Kùzu
#### Install Node.js dependencies
```bash
git submodule update --init --recursive
npm run build-kuzu
npm i
```

#### Install Node.js dependencies
#### Download and compile Kùzu
```bash
npm i
git submodule update --init --recursive
npm run build-kuzu
```

#### Generate grammar files
Expand Down

0 comments on commit a96af47

Please sign in to comment.