diff --git a/README.md b/README.md index d31bc7e0..0864b862 100644 --- a/README.md +++ b/README.md @@ -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: