- commit
- f9e3141
- parent
- 8870121
- author
- Eric Bower
- date
- 2025-12-01 20:40:48 -0500 EST
docs: readme
1 files changed,
+11,
-0
+11,
-0
1@@ -23,6 +23,17 @@ Reason for this tool: [You might not need `tmux`](https://bower.sh/you-might-not
2 - Each session creates its own unix socket file `/tmp/zmx/*`
3 - We restore terminal state and output using `libghostty-vt`
4
5+## install
6+
7+- Requires zig `v0.15`
8+- Clone the repo
9+- Run build cmd
10+
11+```bash
12+zig build -Doptimize=ReleaseSafe --prefix ~/.local
13+# be sure to add ~/.local/bin to your PATH
14+```
15+
16 ## usage
17
18 > [!IMPORTANT]