docs: mention zig build -h in readme

(cherry picked from commit 1f5bf1d972)
This commit is contained in:
Palanix
2024-07-07 18:44:07 +02:00
committed by Isaac Freund
parent eab893c481
commit 667b047cdf

View File

@ -72,6 +72,7 @@ Then run, for example:
zig build -Doptimize=ReleaseSafe --prefix ~/.local install
```
To enable Xwayland support pass the `-Dxwayland` option as well.
Run `zig build -h` to see a list of all options.
## Usage