improve README.md

This commit is contained in:
CJ van den Berg 2024-02-20 18:09:39 +01:00
parent 395374409c
commit 837a437575

View file

@ -1,2 +1,9 @@
# zat # zat
zat is a syntax highlighting cat like utility using tree-sitter and with support for vscode themes zat is a syntax highlighting cat like utility.
It uses tree-sitter and supports for vscode themes.
Build with:
```shell
./zig build
```