Updating
Keep argo-rs up to date with the latest features and fixes.
Quick Update
Run the install script again to update to the latest version:
curl -sSL https://raw.githubusercontent.com/stefanodecillis/argo-rs/main/install.sh | bash
The script will:
- Download the latest release
- Replace the existing binary
- Preserve your configuration and credentials
Check Current Version
argo --version
Update from Source
If you built from source:
cd argo-rs
git pull origin main
cargo build --release
cp target/release/argo ~/.local/bin/