Steps:
- Install Go >= 1.21.
- Get the source code:
git clone https://github.com/jgkawell/yarr.git
- Build:
go build -o bin/yarr .
Using Docker:
docker run --rm -u $(id -u):$(id -g) -v "$PWD":$PWD -w $PWD -e GOCACHE=$PWD/.cache golang go build -o bin/yarr