From 7c9b95fa1bf2bd4360d4a7e1cca68cc73c075faf Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Sat, 4 Apr 2015 09:50:33 -0700 Subject: [PATCH] update install instructions. closes #8 --- readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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