Skip to content

Commit

Permalink
Updated README with package instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
RichoM committed Sep 4, 2020
1 parent 7c0c499 commit 618f57e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ To start the desktop app:
To install dependencies (I add this mostly as a reminder to myself):

$ npm install

To package the application as a desktop executable you will need [electron-packager](https://github.com/electron/electron-packager) installed globally (`npm install electron-packager -g`) and then run:

$ electron-packager . webots-blockly --platform win32 --arch=ia32 --out=out --overwrite

0 comments on commit 618f57e

Please sign in to comment.