From fab2b442e673c24da81b5b7d5dc28e907dc0b90c Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Sun, 20 Jul 2025 18:33:06 +0800 Subject: [PATCH] Update README.md --- dev/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev/README.md b/dev/README.md index 7a8857a..61f3ff0 100644 --- a/dev/README.md +++ b/dev/README.md @@ -19,6 +19,10 @@ bash <(curl -sSL https://github.com/sky22333/shell/raw/main/dev/mirrors.sh) ``` bash <(curl -sSL https://github.com/sky22333/shell/raw/main/dev/mirrors.sh) --use-official-source true ``` +``` +bash <(curl -sSL https://cdn.jsdelivr.net/gh/sky22333/shell@main/dev/mirrors.sh) --use-official-source true +``` + - 一键安装Docker和配置镜像地址 ``` @@ -63,7 +67,6 @@ iwr -useb https://ghproxy.net/https://raw.githubusercontent.com/sky22333/shell/m ``` bash <(curl -sSL https://github.com/sky22333/shell/raw/main/dev/root.sh) ``` -使用cdn链接 ``` bash <(curl -sSL https://cdn.jsdelivr.net/gh/sky22333/shell@main/dev/root.sh) ```