From b71d504c52dc5a082fc4497ae2dcdc37c8bb41e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=97=B6?= <93520596+likes1234-bro@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:35:35 +0800 Subject: [PATCH] Change runtime script URL to Aliyun mirror MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the URL for the runtime script in README. Signed-off-by: 何时 <93520596+likes1234-bro@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b9d847d..b35965ed 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Recommended image tags: Use the bundled Aliyun mirror shortcut when a nearer registry is configured: ```bash -curl -fsSL https://raw.githubusercontent.com/iflytek/skillhub/main/scripts/runtime.sh | sh -s -- up --aliyun +curl -fsSL https://imageless.oss-cn-beijing.aliyuncs.com/runtime.sh | sh -s -- up --aliyun --version edge ``` Start the runtime: