update readme

This commit is contained in:
gaohengyi 2024-09-03 09:14:47 +08:00
parent 2fdb45fc96
commit e602b5c9c1

View File

@ -19,7 +19,7 @@ bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/x/quick_s
- Gitea: - Gitea:
```shell ```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 #### client
@ -27,11 +27,11 @@ bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/quick_server.sh)
- Github: - Github:
```shell ```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: - Gitea:
```shell ```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)
``` ```