From 74b7ed6b59ab8e60fac1550d59fcb521879cb9e5 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Tue, 24 Mar 2026 23:17:00 +0000 Subject: docs: add makefile instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 595713c..44ccb02 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,12 @@ go mod tidy 3. Run the generator ```bash -go run main.go +make ``` Or use the compiled binary: ```bash +make build ./kite-release ``` -- cgit v1.3.1