From b59df72e22fc29e70a23d530af9e9c200931ffa5 Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Thu, 31 Mar 2016 15:23:32 +0200 Subject: [PATCH] Update README.MD --- README.MD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index c076f5b..06cc914 100644 --- a/README.MD +++ b/README.MD @@ -1,14 +1,16 @@ -setup +Locator as desktop app based on Angular2, Electron and mucho Love :two_hearts: + +###Setup ``` npm i && bower install ``` -run in browser +###Run in browser ``` npm start ``` -run in electron +###run in electron ``` ./node_modules/.bin/electron main.js ```