mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 06:10:20 +00:00
update install instructions. closes #8
This commit is contained in:
parent
8f4bd7fe89
commit
7c9b95fa1b
10
readme.md
10
readme.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user