diff --git a/readme.md b/readme.md index ff4520b..5f158af 100644 --- a/readme.md +++ b/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