diff --git a/README.md b/README.md index 827e263..034134c 100644 --- a/README.md +++ b/README.md @@ -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