updated readme

This commit is contained in:
antelle 2017-12-09 16:30:48 +01:00
parent 480fe474d5
commit e967056dee
1 changed files with 1 additions and 1 deletions

View File

@ -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