docs: document AUR install channel in README, site, and changelog#36
Conversation
- README.md: yay -S runner-run-bin in top-tier install methods; runner-run (source) in the collapsed details block. - site/src/index.html: arch · aur · primary button alongside the other prebuilt-binary primaries. - CHANGELOG.md: Unreleased section with Added (AUR packages, completions, workflow, prepare script) and Security (action SHA pinning, persist-credentials hardening) entries.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
runner | 430841b | Commit Preview URL Branch Preview URL |
Jun 03 2026, 06:11 PM |
📝 WalkthroughWalkthroughArrr, this PR be a tidy wee patch that announces AUR package support for runner-run across three fronts! The changelog documents the new AUR packaging, shell completion installations, and security enhancements (GitHub Actions uses-pinning and credential handling). README gets updated with both binary ( Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 8✅ Passed checks (8 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
✨ Simplify code
Comment |
Summary
Closes the gap left by #35 — the AUR packages are live but neither the
README, the landing site, nor the changelog mentioned them.
## Install:yay -S runner-run-binadded to thetop-tier list (alongside
npmandcargo binstall). Source variantyay -S runner-runslotted into the collapsed Other install methodsblock, next to the
cargo installentries.arch · aur · primarycopy-buttonbetween
cargo · binstall · primaryandcargo · build from source;same markup pattern as the existing buttons.
[Unreleased]:### Addeddescribes the two AURpackages, the four-shell completion install paths, the workflow, and the
prepare script.
### Securitydocuments the action-SHA pinning sweepand the persist-credentials hardening from
feat(aur): publish runner-run + runner-run-bin with shell completions #35.
Test plan