diff options
| -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 ``` |
![]() |
index : kite.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | README.md | 3 |
@@ -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 ``` |