v1.0.1: brew install suture
One-command install
brew tap WyattAu/suture
brew install sutureAlso available via Nix:
nix build github:WyattAu/sutureWhat changed
- Added Homebrew tap formula (
Formula/suture.rb) — supports macOS (Intel + Apple Silicon) and Linux (x86_64 + aarch64) - Added Nix flake packages —
nix build .#sutureandnix build .#suture-hub - README updated with Homebrew as primary install method
Full install options
| Method | Command |
|---|---|
| Homebrew | brew tap WyattAu/suture && brew install suture |
| Nix | nix build github:WyattAu/suture |
| Cargo | cargo install suture-cli |
| Binary | curl -fsSL https://raw.githubusercontent.com/WyattAu/suture/main/install.sh | sh |
Full Changelog: v1.0.0...v1.0.1