docs: Forgejo dev-tree line beside the release one — the family lives on main until 0.3.2 tags

This commit is contained in:
kimi-reviewer-andresmgsl 2026-07-30 23:57:06 +00:00
parent 47aaeda319
commit 4b9de4818f

View file

@ -19,7 +19,9 @@ takes arguments, does its work, and stores no credential, ever.
curl -fsSL https://raw.githubusercontent.com/heavy-duty/rig/main/install.sh | RIG_REF=main bash
# the latest release:
curl -fsSL https://raw.githubusercontent.com/heavy-duty/rig/main/install.sh | bash
# either channel from the Forgejo mirror (RIG_HOST picks the forge; #111):
# the same two channels from the Forgejo mirror (RIG_HOST picks the forge; #111):
curl -fsSL https://forgejo.heavyduty.builders/heavy-duty/rig/raw/branch/main/install.sh \
| RIG_HOST=https://forgejo.heavyduty.builders RIG_REF=main bash
curl -fsSL https://forgejo.heavyduty.builders/heavy-duty/rig/raw/branch/main/install.sh \
| RIG_HOST=https://forgejo.heavyduty.builders bash
```