What's Changed
- fix: Fix version information in binaries (87287d3)
- feat: add version flag and generalize quickstart documentation (8cf7b1c)
Installation
# Linux/macOS
curl -L https://github.com/Zayan-Mohamed/orb/releases/download/v1.0.2/orb-$(uname -s | tr "[:upper:]" "[:lower:]")-$(uname -m) -o orb
chmod +x orb
sudo mv orb /usr/local/bin/Checksums
Verify your download with the provided files:
sha256sum -c orb-linux-amd64.sha256