Hosted install scripts
These are the same repo-root scripts copied into the Pages deployment artifact.
curl -fsSL https://christianhelle.com/argiope/install | shThe script installs to `/usr/local/bin` by default. Override with `INSTALL_DIR=/path` if you want a different location.
irm https://christianhelle.com/argiope/install.ps1 | iexThe PowerShell installer writes to `%USERPROFILE%\.local\bin` and adds that folder to the user PATH when needed.