This commit is contained in:
frankiejun
2025-05-12 19:58:17 +08:00
parent 2656d65e31
commit 78126197bb

View File

@@ -1,5 +1,6 @@
# 安装
> **注意:** 记得把命令中的 `yourdomain` 改为你真实的域名
```bash
curl -Ls https://raw.githubusercontent.com/frankiejun/node-ws/refs/heads/test/setup.sh > setup.sh && chmod +x setup.sh && ./setup.sh yourdomain
```