This commit is contained in:
iyear 2020-04-04 15:36:44 +08:00
parent 2f1b3db07d
commit 36be84c1e3

View File

@ -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)页面下载对应系统的二进制文件,上传至服务器 在[Releases](https://github.com/iyear/E5SubBot/releases)页面下载对应系统的二进制文件,上传至服务器
Windows: 在cmd中启动e5sub.exe Windows: 在cmd中启动 `E5SubBot.exe`
Linux: Linux:
```bash ```bash
screen -S e5sub screen -S e5sub
chmod 773 e5sub chmod 773 E5SubBot
./e5sub ./E5SubBot
(Ctrl A+D) (Ctrl A+D)
``` ```
#### 编译 #### 编译