From 2d1da1dcc54e96f8cf48b7ec4561103912753760 Mon Sep 17 00:00:00 2001 From: gaofei Date: Fri, 30 Aug 2024 11:40:04 +0800 Subject: [PATCH] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13c873d..2fe6324 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ export DEPLOY_DOMAIN=xxx.xxx bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/quick_server.sh) ``` -- Gitea: +- Gitee: ```shell DOWNLOAD_SRC=gitee bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/quick_server.sh) @@ -30,7 +30,7 @@ DOWNLOAD_SRC=gitee bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/qu TAG=latest bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/quick_client.sh) ``` -- Gitea: +- Gitee: ```shell TAG=latest bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/quick_client.sh)