From 23b084f1b66a807f76c33c4c94e76fa2429820df Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Sat, 4 Apr 2015 09:48:24 -0700 Subject: [PATCH] update readme --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 557cf5f..ff4520b 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,7 @@ For an example project using this, check out [Monu](https://github.com/maxogden/ ``` npm i atom-shell-packager +npm i atom-shell # if you dont have it already ``` ### usage @@ -22,8 +23,8 @@ $ atom-shell-packager my-app-source-dir AppName This will: -- Download latest version of Atom Shell -- Create a Mac app in `cwd` called `AppName.app` +- Find the closest local version of `atom-shell` installed (using `require.resolve`) +- Use that version of atom-shell to create a Mac app in `cwd` called `AppName.app` You should be able to double-click `AppName.app` to launch the app. If not, check your settings and try again.