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 ```