2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-07 15:00:48 +00:00

update install instructions. closes #8

This commit is contained in:
Max Ogden 2015-04-04 09:50:33 -07:00
parent 8f4bd7fe89
commit 7c9b95fa1b

View File

@ -11,8 +11,14 @@ For an example project using this, check out [Monu](https://github.com/maxogden/
### installation ### installation
``` ```
npm i atom-shell-packager # for use in npm scripts
npm i atom-shell # if you dont have it already 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 ### usage