From 7b5a5e8f77f6ab6849420bdce23bda57b79734fe Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 30 Dec 2014 13:20:07 -0400 Subject: [PATCH] Explain how to produce a binary in README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: