Skip to content

Commit

Permalink
Update desktop build instructions fixes #2792
Browse files Browse the repository at this point in the history
This is based on what I had to do to get the desktop app running, as per the advice in #2792. I am not familiar with `npm`, so please change this pull request if there is a more appropriate way of achieving the same result.
  • Loading branch information
joelostblom authored Dec 22, 2016
1 parent ff70b0a commit e741a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ To run as a desktop app:
```
npm install
npm install electron
npm run build
node_modules/.bin/electron .
```

Expand Down

0 comments on commit e741a4f

Please sign in to comment.