This commit is contained in:
frankiejun
2025-05-12 19:55:13 +08:00
parent 1715797fbc
commit 2656d65e31

View File

@@ -1,7 +1,7 @@
# 安装
```bash
curl -Ls https://raw.githubusercontent.com/frankiejun/node-ws/refs/heads/main/setup.sh | bash -s yourdomain
curl -Ls https://raw.githubusercontent.com/frankiejun/node-ws/refs/heads/test/setup.sh > setup.sh && chmod +x setup.sh && ./setup.sh yourdomain
```