From a96af47d8b36e3391f930fb34433886312e0a08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=A7=E5=9B=A7?= Date: Wed, 1 Nov 2023 15:06:29 +0800 Subject: [PATCH] Reorder instructions for configuring dev env --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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