From f9664a67a6161c5beecf48ab998fc1ef6b1d681a Mon Sep 17 00:00:00 2001 From: m-schuetz Date: Wed, 31 Jan 2018 16:47:40 +0100 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4fafdfe..f4ff006 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,8 @@ Start the application: npm start ``` +or if node.js is not installed, e.g. if you're starting it on another PC than the one you've built it on, try this: +``` +./node_modules/electron/dist/electron.exe ./main +``` +