Binaries and source archives are on GitHub Releases. Tags are SemVer 2.0.0 with a v prefix and must match Cargo.toml. Pushing a tag publishes rabun-git-<tag>-x86_64-unknown-linux-gnu.tar.gz.

Latest stable onto an Ubuntu host:

./deploy/ubuntu/push.sh --bootstrap user@HOST

Pin a version:

./deploy/ubuntu/push.sh --bootstrap user@HOST v0.12.1

Build from a clone:

git clone https://github.com/rconnelly/rgit.git
cd rgit
./scripts/install.sh

The repository is rconnelly/rgit.