Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m41s
13 lines
221 B
Markdown
13 lines
221 B
Markdown
# tui-diff
|
|
|
|
TUI diff viewer for multiple VCS (i.e. svn, git, diff, etc.)
|
|
|
|
> [!caution]
|
|
> Only builds using the zig master version are tested to work.
|
|
|
|
Build the application as follows:
|
|
|
|
```sh
|
|
zig build --release=safe
|
|
```
|