summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```