From 0d7b7700de62ffd25754a7f5f73d7a88d8c24740 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 5 Oct 2024 23:13:33 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E5=A4=8D=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=89=A7=E8=A1=8C=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cac0458..725bf4d 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ _✨ 服务器状态 - 客户端 ✨_ ### 命令 -- `server-status run` - 运行客户端 -- `server-status rm` - 从服务端移除主机 +- `python main.py run` - 运行客户端 +- `python.main.py rm` - 从服务端移除主机 #### 可选项 @@ -71,7 +71,7 @@ _✨ 服务器状态 - 客户端 ✨_ #### 示例 ```shell -server_status https://status.liteyuki.icu 114514 myhost run -n "MyHost" --labels "标签1,标签2" --interval 5 --location "Chongqing" --link "https://example.com" +python main.py https://status.liteyuki.icu 114514 myhost run -n "MyHost" --labels "标签1,标签2" --interval 5 --location "Chongqing" --link "https://example.com" ``` ## 📝 其他