help: fix `-compress` description

pull/13185/head
Delyan Angelov 2022-01-15 17:31:58 +02:00
parent d0bb810b42
commit f24e9cc80a
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 5 additions and 1 deletions

View File

@ -190,7 +190,11 @@ see also `v help build`.
this loop is very short usually.
-compress
Strip the compiled executable to compress it.
Compress the compiled executable with UPX.
Note: `upx` should be installed beforehand.
In most Linux distros it is in a package named `upx-ucl`.
On macOS, you can install it with `brew install upx`.
On Windows, you can download it from https://upx.github.io/ .
-live
Build the executable with live capabilities (`[live]`).