Skip to content

Commit

Permalink
Add note about developing to README
Browse files Browse the repository at this point in the history
  • Loading branch information
remixz committed Mar 22, 2015
1 parent 2527562 commit e2496b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ In the 'config.json' file add processes to the 'processes' key. The key must be
When you open Monu.app, it will start all configured processes.

If you would like Monu.app to start when your Mac starts up, got to <b>System Preferences &gt; Users and Groups</b> and add Monu.app to <b>Login Items</b> for your User.

##### Developing

```bash
npm install # installs atom-shell and all the deps needed for monu
npm run app # runs the app in the atom-shell wrapper
```

0 comments on commit e2496b0

Please sign in to comment.