From cc7b4e38be02f595aad40cbafd66a78fe5fbaa0e Mon Sep 17 00:00:00 2001 From: Antelle Date: Sat, 14 Nov 2015 18:31:39 +0300 Subject: [PATCH] readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc69e7e0..be218a57 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,13 @@ You can download the latest distribution files from [gh-pages](https://github.co # Building -The app can be built with grunt: `grunt` (html file will be in `dist/`) or `grunt watch` (result will be in `tmp/`). -Electron app is built with `grunt electron` (works only under mac osx as it builds dmg; requires wine). -To run Electron app without building, install electron package (`npm install electron-prebuilt -g`) and start with `electron ./electron/`. +The app can be built with grunt: `grunt` (html file will be in `dist/`) or `grunt watch` (debug version; the result will be in `tmp/`). +Desktop apps are built with `grunt desktop`. This works only in mac osx as it builds dmg; requires wine. +To run Electron app without building, install electron package (`npm install electron-prebuilt -g`) and start in this way: +```bash +$ cd electron +$ electron . --htmlpath=../tmp +``` # Contributing