From 667b047cdfb1619164b93ac2eac9c219a51f7e91 Mon Sep 17 00:00:00 2001 From: Palanix Date: Sun, 7 Jul 2024 18:44:07 +0200 Subject: [PATCH] docs: mention zig build -h in readme (cherry picked from commit 1f5bf1d972816a4c61f28e4b3601582355a98931) --- 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