Skip to main content

Installation

Clone the repository

git clone https://github.com/adrock-miles/go-laserbeak.git
cd go-laserbeak

Build

Using Make (recommended):

make build

This injects the current git version tag into the binary via -ldflags.

Or build directly with Go:

go build -o laserbeak .

Verify

./laserbeak version

You should see output like:

Laserbeak v0.1.0