magic/x/README.md
2025-02-24 14:07:18 +08:00

41 lines
610 B
Markdown

# Verion 0.3
## QUICK START
1. Set variable: `DOMAIN` and `TAG`
```shell
export DOMAIN=xxx.xxx
export TAG=v0.3
```
2. Start
#### server
- Github:
```shell
bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/x/quick_server.sh)
```
- Gitea:
```shell
bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/x/quick_server.sh)
```
#### client
- Github:
```shell
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/x/quick_client.sh)
```