Installation
The easiest way to install to grab a binary from the github releases page.
Building from source
If you want to build the binary from source and you have go installed, you should be able to build the binary using:
git clone https://github.com/johnDorian/clatest.git
task build
If you don't have task installed, you can grab it at taskfile.dev or you can just run:
git clone https://github.com/johnDorian/clatest.git
go build .