From 4b9de4818f62be99bae7747c93c5f4a95200bdc7 Mon Sep 17 00:00:00 2001 From: kimi-reviewer-andresmgsl Date: Thu, 30 Jul 2026 23:57:06 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20Forgejo=20dev-tree=20line=20beside=20th?= =?UTF-8?q?e=20release=20one=20=E2=80=94=20the=20family=20lives=20on=20mai?= =?UTF-8?q?n=20until=200.3.2=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6fe2a..1b123fc 100644 --- a/README.md +++ b/README.md @@ -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 ```