Runner for automatic compiling of releases.

This commit is contained in:
Henner Flick 2025-08-29 19:32:06 +02:00
parent a4f37af597
commit 9e5569d767
2 changed files with 51 additions and 0 deletions

View file

@ -31,6 +31,10 @@ git clone https://dev.hflabs.de/henner/kaffeecli.git
cd klog
go build -o bin/klog main.go
```
### Prebuilt binaries
On tagged releases, prebuilt binaries for Linux and Windows are available under the [Releases](../../releases) section.
---
## Usage