From e967056deed78fc3114f33caad1eb6e23e46765b Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 9 Dec 2017 16:30:48 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0f55588..dcf0a4a8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To make Dropbox work in your self-hosted app, [go to this Wiki page](https://git 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, install electron package (`npm install electron -g`), build the app with `grunt` and start in this way: +To run Electron app without building installer, build the app with `grunt` and start in this way: ```bash $ grunt dev $ npm run-script electron