Releases
Tagged SemVer builds of Rabun Git on GitHub.
Binaries are on GitHub Releases. Tags are SemVer 2.0.0 with a v prefix and must match Cargo.toml. Pushing a tag publishes the Linux x86_64 tarball.
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.