Provide a VERY clear quickstart for devs

This commit is contained in:
Matthew Riley MacPherson 2015-10-23 23:58:44 +01:00
Родитель aba75fe24d
Коммит 02a3f6b5f5
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,18 @@ addons-validator --help
If you'd like to help us develop the addons-validator, that's great! It's
pretty easy to get started, you just need node.js installed on your machine.
### Quick Start
If you have node.js installed, here's the quick start to getting
your development dependencies installed and building the binary:
```
npm install
npm start
# Leave running to watch for changes or cancel to stop watching.
bin/addons-validator my-addon.xpi
```
### Required node version
addons-validator requires node.js v0.12.x or greater. Using nvm is probably the