docs: Forgejo dev-tree line beside the release one — the family lives on main until 0.3.2 tags
This commit is contained in:
parent
47aaeda319
commit
4b9de4818f
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
curl -fsSL https://raw.githubusercontent.com/heavy-duty/rig/main/install.sh | RIG_REF=main bash
|
||||||
# the latest release:
|
# the latest release:
|
||||||
curl -fsSL https://raw.githubusercontent.com/heavy-duty/rig/main/install.sh | bash
|
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 \
|
curl -fsSL https://forgejo.heavyduty.builders/heavy-duty/rig/raw/branch/main/install.sh \
|
||||||
| RIG_HOST=https://forgejo.heavyduty.builders bash
|
| RIG_HOST=https://forgejo.heavyduty.builders bash
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue