Install

Download from pre-built binary

Find pre-built binary from releases, and download.

Install with pkgx

pkgx install tine

Install with go install

It requires Go >= 1.22

go install github.com/OutOfBedlam/tine

Build from source

  1. Check out the latest source code from github.com

# checkout
git clone https://github.com/OutOfBedlam/tine.git

# change directory
cd tine
  1. Build

go build -o <path_to_install>/tine

Last updated