Files
jcm_/README.md
2024-04-05 18:58:25 +00:00

20 lines
442 B
Markdown
Executable File

# jcm Server Tools
## Jiang Cluster Management
- .comfig 配置文件
# 安装 install
```
wget https://github.com/XiaoXianNv-boot/jcm/releases/download/install/install.sh -c -O install.sh && sh install.sh
```
```
curl -#fL -o install.sh -C - https://github.com/XiaoXianNv-boot/jcm/releases/download/install/install.sh && sh install.sh
```
# 试用
```
git clone https://github.com/XiaoXianNv-boot/jcm
cd jcm
python3 server/jcm.py
```