From 1a3d34b9180e7f710d8f7e99273e0165a41d3990 Mon Sep 17 00:00:00 2001 From: Allen Date: Tue, 5 Sep 2017 01:56:52 +0800 Subject: [PATCH] Add the missing step of grunt build to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab68eec24fd..5de6a7122ab 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ To build the frontend assets only on changes: ```bash sudo npm install -g grunt-cli # to do only once to install grunt command line interface -grunt watch +grunt && grunt watch ``` ### Recompile backend on source change