From 2b2dbbee1a5cc3593958f9622427c77c40746cde Mon Sep 17 00:00:00 2001 From: gaohengyi Date: Thu, 29 Aug 2024 16:30:11 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9e5cf7..43fde68 100644 --- a/README.md +++ b/README.md @@ -8,21 +8,21 @@ export DEPLOY_DOMAIN=xxx.xxx 2. Start -- server +#### server ```shell curl -o- https://raw.githubusercontent.com/xxoommd/magic/main/x/quick_server.sh | bash ``` -- client +#### client - - Github: +- Github: ```shell curl -o- https://raw.githubusercontent.com/xxoommd/magic/main/quick_client.sh | bash ``` - - Gitea: +- Gitea: ```shell curl -o- https://gitee.com/xxoommd/magic/raw/main/quick_client.sh | bash