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