Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 551 Bytes

install.md

File metadata and controls

23 lines (14 loc) · 551 Bytes

Installation

From Source

gtl requires go ≥ 1.16

git clone http://git.bacardi55.io/bacardi55/gtl.git
cd gtl
make dependencies
make build

Put the binary in a directory available in your $PATH if you don't want to type the full path to the program.

From Binaries

You can download binaries for linux here. Binaries are only available for linux 386, amd64, arm and arm64 for now.

PS: I don't have a Mac or Windows box easily accessible, so any help/patch on this is appreciated :).