From 837a43757558495c415cad642d032f878a6a88bd Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 20 Feb 2024 18:09:39 +0100 Subject: [PATCH] improve README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19aedbc..4873c11 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # 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 +```