[enh] Be more explicit on npm command.

This commit is contained in:
opi 2016-07-21 12:12:44 +02:00
parent c6aac064da
commit c8e3a98284

View file

@ -17,7 +17,7 @@ We use `gulp` to compile Less files and minify the JavaScript. Assuming [nodejs]
```sh ```sh
cd src cd src
npm i npm install
npm run build npm run build
``` ```