From 2d5ed79fa5be329e7f5a575aa5a3e8828d1e1e75 Mon Sep 17 00:00:00 2001 From: Sebastien Bramille Date: Fri, 3 Nov 2017 15:08:45 +0100 Subject: [PATCH] Improve readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fe14b1e2..a0287cd7 100644 --- a/README.md +++ b/README.md @@ -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) @@ -13,7 +13,7 @@ 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/) @@ -21,19 +21,19 @@ Coinwatch currently only supports OS X. ### 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