Interface
Installation
Install STACC locally from the checkout, run the bootstrap for legacy compatibility, or use the universal installer for remote setup.
Install paths are intentionally split between local development, shell bootstrap compatibility, and remote setup.
Use dry-runs when inspecting installer behavior from automation.
#01
Local Checkout
Run the Rust CLI directly when developing from this repository.
cargo run -- install --dry-run --print-plan#02
Bootstrap
The shell bootstrap keeps legacy flags working while forwarding install behavior to the Rust binary.
bash -n install.sh
shellcheck -x install.sh#03
Remote Install
The universal installer is the user-facing path for remote setup. Keep it display-only inside docs.
curl -fsSL https://stacc.fyi/install.sh | bash