update install instructions. closes #8

This commit is contained in:
Max Ogden 2015-04-04 09:50:33 -07:00
parent 8f4bd7fe89
commit 7c9b95fa1b
1 changed files with 8 additions and 2 deletions

View File

@ -11,8 +11,14 @@ For an example project using this, check out [Monu](https://github.com/maxogden/
### installation
```
npm i atom-shell-packager
npm i atom-shell # if you dont have it already
# for use in npm scripts
npm i atom-shell-packager --save-dev
# for use from cli
npm i atom-shell-packager -g
# you also need atom-shell installed
npm i atom-shell
```
### usage