Merge pull request #2793 from joelostblom/patch-1

Update desktop build instructions fixes #2792
pull/2809/head
Matthew Hodgson 2016-12-22 20:42:01 +00:00 committed by GitHub
commit e8eadc5d20
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ To run as a desktop app:
```
npm install
npm install electron
npm run build
node_modules/.bin/electron .
```