From c8e3a9828405c1cdc8567872514103e7478f7d1d Mon Sep 17 00:00:00 2001 From: opi Date: Thu, 21 Jul 2016 12:12:44 +0200 Subject: [PATCH] [enh] Be more explicit on npm command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1d10dae..067ec70a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ We use `gulp` to compile Less files and minify the JavaScript. Assuming [nodejs] ```sh cd src -npm i +npm install npm run build ```