From 13868b8287a9d57c32ec0640045c69e1f0573836 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 21 Mar 2019 08:29:28 -0400 Subject: [PATCH] do it after npm install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f32956fe9e1..e41ddccf448 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ We provide detailed documentation and examples for using the CLI in our help cen **Run the app** ```bash -npm run sub:init npm install +npm run sub:init # initialize the git submodule for jslib npm run build:watch ```