diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-24 23:17:00 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-24 23:17:00 +0000 |
| commit | 74b7ed6b59ab8e60fac1550d59fcb521879cb9e5 (patch) | |
| tree | 830049b10c0322bc2d2e0209a893c89eb452a87d | |
| parent | 5b936910c7d1a767f2d30cf4ee603ec99b67f0cf (diff) | |
docs: add makefile instructions
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ``` |
