Skip to content

Commit 5d43d62

Browse files
authored
Apply suggestion from @henderkes
Signed-off-by: Marc <m@pyc.ac>
1 parent e7a1a9f commit 5d43d62

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/embed.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ On Linux, the created binary is compressed using [UPX](https://upx.github.io).
149149
On macOS, to reduce the size of the file before sending it, you can compress it.
150150
We recommend `xz`.
151151

152-
### Disable UPX
152+
### Disabling UPX
153+
154+
In case you don't wish to use compression, you can skip it by setting the environment variable `NO_COMPRESS=1` before running build-static.sh:
153155

154156
```console
155157
RUN NO_COMPRESS=1 ./build-static.sh

0 commit comments

Comments
 (0)