Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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:

  1. Download the latest release
  2. Replace the existing binary
  3. 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/