Part of #1486.
Swap the documented install one-liner from the raw GitHub URL to the short, branded get.aicr.run endpoint, which already serves the same script (verified checksum + Sigstore provenance output is identical):
# before
curl -sfL https://raw.githubusercontent.com/NVIDIA/aicr/main/install | bash -s --
# after
curl -sfL https://get.aicr.run | bash -s --
Only the URL changes — the | bash -s -- invocation and all flags (-d ~/.local/bin, AICR_NO_COMPLETIONS=1, etc.) are unchanged. The install script itself needs no change; it already downloads release artifacts from github.com/NVIDIA/aicr/releases/....
Locations to update (8)
Acceptance criteria
Part of #1486.
Swap the documented install one-liner from the raw GitHub URL to the short, branded
get.aicr.runendpoint, which already serves the same script (verified checksum + Sigstore provenance output is identical):Only the URL changes — the
| bash -s --invocation and all flags (-d ~/.local/bin,AICR_NO_COMPLETIONS=1, etc.) are unchanged. Theinstallscript itself needs no change; it already downloads release artifacts fromgithub.com/NVIDIA/aicr/releases/....Locations to update (8)
README.md:33DEVELOPMENT.md:11(theaicrupalias, with-d ~/.local/bin)docs/user/tutorial.md:30docs/user/index.md:38docs/user/installation.md:28docs/user/installation.md:34(-d ~/binvariant)docs/user/installation.md:104(AICR_NO_COMPLETIONS=1variant)demos/validation-acceptance.md:13Acceptance criteria
https://get.aicr.runraw.githubusercontent.com/NVIDIA/aicr/main/installreferences (excluding vendor/.git)make qualifygreen