Skip to content

Commit

Permalink
Desktop instructions: npm run build, not dist
Browse files Browse the repository at this point in the history
Clarify that you only need to run build rather than dist to run
the electron app.

Hopefully satisfies: #3237
  • Loading branch information
dbkr committed Feb 20, 2017
1 parent 5c87b80 commit feb8115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ built it yourself.

To run as a desktop app:

1. Follow the instructions in 'Building From Source' above
1. Follow the instructions in 'Building From Source' above, but run
`npm run build` instead of `npm run dist` (since we don't need the tarball).
2. Install electron and run it:

```
Expand Down

0 comments on commit feb8115

Please sign in to comment.