aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-23 20:22:11 -0800
committerFuwn <[email protected]>2024-01-23 20:22:11 -0800
commitc68dfeae4fb0008ead5bf802aa0d46fe6740f0fe (patch)
tree20821278bb35b52f7754b5c27929708ffb55add3
parentbuild(ninja): use CC from environment if available (diff)
downloadseiwm-c68dfeae4fb0008ead5bf802aa0d46fe6740f0fe.tar.xz
seiwm-c68dfeae4fb0008ead5bf802aa0d46fe6740f0fe.zip
docs(readme): update zig cc instructions
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6d40911..4b1a070 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,8 @@ makepkg -si
- Use [Compfy](https://github.com/allusive-dev/compfy) for X11 compositing for
"transparency, background blurring, rounded corners, animations and way more!"
-- Install and specify [Zig](https://ziglang.org/) as `CC` inside of
- [`rules.ninja`](https://github.com/Fuwn/seiwm/blob/master/rules.ninja#L42) for
- improved memory allocation efficiency and runtime speed: `CC = zig cc`
+- Install and specify [Zig](https://ziglang.org/) as `CC` for improved memory
+ allocation efficiency and runtime speed: `CC="zig cc" sudo ninja install`
## Sei Specific Fixes & Patches