Skip to content

Commit 0796eeb

Browse files
author
Emmanouil Konstantinidis
committed
Update Readme
1 parent 05092a1 commit 0796eeb

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Github Notifier [![Build Status](https://magnum.travis-ci.com/ekonstantinidis/gitify.svg?token=9QR4ewbqbkEmHps6q5sq&branch=master)](https://magnum.travis-ci.com/ekonstantinidis/gitify)
1+
Gitify [![Build Status](https://magnum.travis-ci.com/ekonstantinidis/gitify.svg?token=9QR4ewbqbkEmHps6q5sq&branch=master)](https://magnum.travis-ci.com/ekonstantinidis/gitify)
22
==========
3-
Github Notifications on your menu bar.
3+
GitHub Notifications on your menu bar.
44

55
### Prerequisites
66

7-
- Electron
8-
- ReactJS
9-
- Grunt
10-
- NPM
7+
- Electron [+](http://electron.atom.io/)
8+
- React [+](https://facebook.github.io/react/)
9+
- Grunt [+](http://gruntjs.com/)
10+
- NPM [+](https://www.npmjs.com/)
1111

1212

1313
### Installation
@@ -16,14 +16,22 @@ If you encounter any issues with `npm install`, then run `ulimit -n 512`.
1616
npm install
1717

1818

19-
### Development
20-
To watch for changes in the `src` directory:
19+
### Development
20+
To watch for changes in the `src` directory:
2121

22-
npm run watch
22+
npm run watch
2323

24-
To run the actual **electron app**:
24+
To run the actual **electron app**:
2525

26-
npm start
26+
npm start
27+
28+
29+
### Distribution
30+
To prepare the app for distribution run:
31+
32+
npm run dist
33+
34+
Currently supports only OS X.
2735

2836

2937
### Tests (JsxHint)

0 commit comments

Comments
 (0)