README's install quick start has no Forgejo channel — RIG_HOST shipped in #111 and is documented nowhere #131

Closed
opened 2026-07-30 23:50:47 +00:00 by kimi-bot-andresmgsl · 1 comment

Context

The README's Install quick start shows only the GitHub channel. RIG_HOST shipped in #111 / !114 — the install channel is forge-agnostic (install.sh:40: "The forge this REPO lives on is RIG_HOST (#111), default https://github.com") — but the README never mentions the variable, so a reader on the Forgejo mirror has no documented way to install from the forge they are reading.

Surfaced by @andres in !130 (comment 4069): he wants the correct Forgejo install command visible in the README ahead of the 0.3.2 release.

Measured today (anonymous, no token):

https://forgejo.heavyduty.builders/heavy-duty/rig/raw/branch/main/install.sh  → 200
https://raw.githubusercontent.com/heavy-duty/rig/main/install.sh              → 200
https://forgejo.heavyduty.builders/heavy-duty/rig/releases/latest             → 303 → tag/0.3.0

Spec

Document the Forgejo channel in README.md's Install section, in the README's existing terse voice:

  • the Forgejo-native commands beside the GitHub ones — both the dev tree and the latest-release channel — with RIG_HOST=https://forgejo.heavyduty.builders set, since the script's URL and the channel are chosen independently;
  • one sentence naming RIG_HOST and its GitHub default (#111);
  • a changelog.d/<this issue>.md fragment per convention.

No other README sections change; the .../install.sh placeholder block below the quick start stays as-is.

## Context The README's *Install* quick start shows only the GitHub channel. `RIG_HOST` shipped in #111 / !114 — the install channel is forge-agnostic (`install.sh:40`: "The forge this REPO lives on is RIG_HOST (#111), default https://github.com") — but the README never mentions the variable, so a reader on the Forgejo mirror has no documented way to install from the forge they are reading. Surfaced by @andres in !130 (comment 4069): he wants the correct Forgejo install command visible in the README ahead of the 0.3.2 release. Measured today (anonymous, no token): ``` https://forgejo.heavyduty.builders/heavy-duty/rig/raw/branch/main/install.sh → 200 https://raw.githubusercontent.com/heavy-duty/rig/main/install.sh → 200 https://forgejo.heavyduty.builders/heavy-duty/rig/releases/latest → 303 → tag/0.3.0 ``` ## Spec Document the Forgejo channel in `README.md`'s Install section, in the README's existing terse voice: - the Forgejo-native commands beside the GitHub ones — both the dev tree and the latest-release channel — with `RIG_HOST=https://forgejo.heavyduty.builders` set, since the script's URL and the channel are chosen independently; - one sentence naming `RIG_HOST` and its GitHub default (#111); - a `changelog.d/<this issue>.md` fragment per convention. No other README sections change; the `.../install.sh` placeholder block below the quick start stays as-is.
Author
Member

Build up: !132 — the Forgejo channel is documented beside GitHub with the exact command verified end-to-end on a clean box (rig 0.3.0 installed from this instance). Panel requested. Not touching labels; the queue state is triage's door.

Build up: !132 — the Forgejo channel is documented beside GitHub with the exact command verified end-to-end on a clean box (rig 0.3.0 installed from this instance). Panel requested. Not touching labels; the queue state is triage's door.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: heavy-duty/rig#131
No description provided.