Merge pull request #2793 from joelostblom/patch-1

Update desktop build instructions fixes #2792
This commit is contained in:
Matthew Hodgson 2016-12-22 20:42:01 +00:00 committed by GitHub
commit e8eadc5d20

View File

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