From 36be84c1e312245496babd06cbe5b825495fe230 Mon Sep 17 00:00:00 2001 From: iyear Date: Sat, 4 Apr 2020 15:36:44 +0800 Subject: [PATCH] Update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3795fda..3b18b2e 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ Bot创建教程:[Google](https://www.google.com/search?q=telegram+Bot%E5%88%9B%E 在[Releases](https://github.com/iyear/E5SubBot/releases)页面下载对应系统的二进制文件,上传至服务器 -Windows: 在cmd中启动e5sub.exe +Windows: 在cmd中启动 `E5SubBot.exe` Linux: ```bash screen -S e5sub -chmod 773 e5sub -./e5sub +chmod 773 E5SubBot +./E5SubBot (Ctrl A+D) ``` #### 编译