Explain how to produce a binary in README.md

This commit is contained in:
Juan Cruz Viotti 2014-12-30 13:20:07 -04:00
parent 2ea25dc871
commit 7b5a5e8f77

View File

@ -50,6 +50,16 @@ If you set `DEBUG` environment variable, errors will print with a stack trace:
$ DEBUG=true resin ...
```
## Release
The following command will compile the application into a single executable for the current platform (supports Mac OS X, GNU/Linux and Windows > XP):
```sh
$ gulp release
```
The binary will be located at `build/Release`.
## Documentation
You can renegerate the documentation with: