summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-24 23:17:00 +0000
committerHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-24 23:17:00 +0000
commit74b7ed6b59ab8e60fac1550d59fcb521879cb9e5 (patch)
tree830049b10c0322bc2d2e0209a893c89eb452a87d
parent5b936910c7d1a767f2d30cf4ee603ec99b67f0cf (diff)
docs: add makefile instructions
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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
```