Install
Download from pre-built binary
Find pre-built binary from releases, and download.
Install with pkgx
pkgx
pkgx install tine
Install with go install
go install
It requires Go >= 1.22
go install github.com/OutOfBedlam/tine
Build from source
Check out the latest source code from github.com
# checkout
git clone https://github.com/OutOfBedlam/tine.git
# change directory
cd tine
Build
go build -o <path_to_install>/tine
Last updated