Evan You 10 лет назад
Родитель
Сommit
9f6f9dc805
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      CONTRIBUTING.md

+ 3 - 1
CONTRIBUTING.md

@@ -60,8 +60,10 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
 You will need [Node.js](http://nodejs.org) & [Grunt](http://gruntjs.com).
 
 ``` bash
-# npm install -g grunt-cli
+$ npm install -g grunt-cli
 $ npm install
+# install pre-commit lint hook
+$ npm run install-hook
 ```
 
 To watch and auto-build `dist/vue.js` during development: