From 8e3b218a74b31115907b7c62bd508c0170334c25 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 30 May 2020 12:02:04 +0200 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bac20cf8..aff3befd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The easiest way to clone all KeeWeb repos is: curl https://raw.githubusercontent.com/keeweb/keeweb/develop/dev-env.sh | bash - ``` -The app can be built with grunt: `grunt` (html file will be in `dist/`). +The app can be built with grunt: `grunt` (html files will be in `dist/`). 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 it this way: