mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-22 03:55:19 +00:00
Explain how to produce a binary in README.md
This commit is contained in:
parent
2ea25dc871
commit
7b5a5e8f77
10
README.md
10
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user