From e602b5c9c104da6436d03fb47cf535f02e3719c2 Mon Sep 17 00:00:00 2001 From: gaohengyi Date: Tue, 3 Sep 2024 09:14:47 +0800 Subject: [PATCH] update readme --- x/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x/README.md b/x/README.md index 6e2e481..f5ad76f 100644 --- a/x/README.md +++ b/x/README.md @@ -19,7 +19,7 @@ bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/x/quick_s - Gitea: ```shell -bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/quick_server.sh) +bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/x/quick_server.sh) ``` #### client @@ -27,11 +27,11 @@ bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/quick_server.sh) - Github: ```shell -TAG=latest bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/quick_client.sh) +TAG=latest bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/x/quick_client.sh) ``` - Gitea: ```shell -TAG=latest bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/quick_client.sh) +TAG=latest bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/x/quick_client.sh) ```