git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit3162c1470044f72bed9776658dd90822d7a166d0
parentb06fd0e3cd
authorPalanix <[email protected]>
date2024-07-07 18:44
docs: mention zig build -h in readme

 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index a3f7577..1a11941 100644
--- a/README.md
+++ b/README.md
@@ -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