docs: mention zig build -h in readme

This commit is contained in:
Palanix 2024-07-07 18:44:07 +02:00 committed by Isaac Freund
parent 4232d6b99f
commit 1f5bf1d972
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

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