build instructions

This commit is contained in:
Squibid 2025-12-23 23:32:15 -05:00
parent 9bb72f3cdb
commit 24a230a027
Signed by: squibid
GPG key ID: BECE5684D3C4005D
2 changed files with 9 additions and 0 deletions

View file

@ -9,3 +9,9 @@ wom
# Showcase
![wom timer](./examples/timer.gif "wom timer")
# Building
/usr/local is just my preferred prefix, nothing should require you to use it.
```bash
zig build install -p /usr/local
```