From 2656d65e31a587efdd834fafef3ac33e8d5cfbe2 Mon Sep 17 00:00:00 2001 From: frankiejun Date: Mon, 12 May 2025 19:55:13 +0800 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9f4e2..d3fb6a8 100644 --- a/README.md +++ b/README.md @@ -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 ```