Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oktapodia committed Nov 3, 2017
1 parent 40c9d06 commit 2d5ed79
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coinwatch [![travis][travis-image]][travis-url]
# Coinwatch [![travis][travis-image]][travis-url] [![Greenkeeper badge](https://badges.greenkeeper.io/oktapodia/coinwatch.svg)](https://greenkeeper.io/)


[![Greenkeeper badge](https://badges.greenkeeper.io/oktapodia/coinwatch.svg)](https://greenkeeper.io/)
Follow your cryptocurrency prices in your OSX menubar

![Coinwatch](https://github.com/oktapodia/coinwatch/raw/master/press/press.jpg)
Expand All @@ -13,27 +13,27 @@ Coinwatch currently only supports OS X.

### Prerequisites

- Node 7+
- Node 8+
- [Electron](http://electron.atom.io/)
- [React](https://facebook.github.io/react/)
- [Redux](http://redux.js.org/)


### Installation

npm install
yarn install

### Development

To run the actual **electron app**:

npm install
npm run dev
yarn install
yarn dev

### Distribution
To prepare the app for distribution run:

npm run release
yarn release


### Contributing
Expand Down

0 comments on commit 2d5ed79

Please sign in to comment.