From 6a16752cde20610a2336bce46275b046485bd506 Mon Sep 17 00:00:00 2001 From: antelle Date: Mon, 11 Dec 2017 21:53:52 +0100 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcf0a4a8..fcc647cd 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,9 @@ To make Dropbox work in your self-hosted app, [go to this Wiki page](https://git # Building The app can be built with grunt: `grunt` (html file will be in `dist/`). -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 installer, build the app with `grunt` and start in this way: +Desktop apps are built with `grunt desktop`. This works only in macOS as it builds dmg; requires wine. +Also, a hardware token is required. +To run Electron app without building an installer, build the app with `grunt` and start in this way: ```bash $ grunt dev $ npm run-script electron