From 1e47cb5da5256b1cc2b5ecf5c04af0d1caaa4152 Mon Sep 17 00:00:00 2001 From: Cullen Lee Date: Fri, 31 May 2024 11:42:15 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e960b9..a0bc645 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Here is the procedure on how to work with the GitHub repo, when you want to star 3. When your code is ready to merge, pls create a PULL REQUEST from your repo to the origin repo 4. Before merging, pls make sure you have run the following commands: ```console + git submodule update --init npm install npm run build ```