From 1084e1814af9771e7919de8fd1839b5651b9900b Mon Sep 17 00:00:00 2001 From: rainerosion Date: Thu, 17 Dec 2020 21:07:09 +0800 Subject: [PATCH] :memo: update documents --- README.md | 6 +++--- README_zhCN.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ff52180..dd7be29 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Bot creation tutorial : [Microsoft](https://docs.microsoft.com/en-us/azure/bot-s ### Docker ```bash mkdir /opt/e5sub -wget --no-check-certificate -O /opt/e5sub/config.yml https://raw.githubusercontent.com/rainerosion/E5SubBot/master/config.yml.example +wget --no-check-certificate -O /opt/e5sub/config.yml https://raw.githubusercontent.com/rainerosion/E5SubBotForSQLite/master/config.yml.example # Modify configuration file vim /opt/e5sub/config.yml docker run -d -v /opt/e5sub/config.yml:/root/config.yml -v /opt/e5sub/e5sub.db:/root/e5sub.db --restart=always --name e5bot rainerosion/e5subbot-sqlite @@ -58,7 +58,7 @@ docker run -d -v /opt/e5sub/config.yml:/root/config.yml -v /opt/e5sub/e5sub.db:/ ### Binary Deployment -Download the binary files of the corresponding system on the [Releases](https://github.com/rainerosion/E5SubBot/releases) page and upload it to the server +Download the binary files of the corresponding system on the [Releases](https://github.com/rainerosion/E5SubBotForSQLite/releases) page and upload it to the server Windows: Start `E5SubBot.exe` in `cmd` @@ -73,7 +73,7 @@ Linux Systemd: - download file ```bash -wget https://github.com/rainerosion/E5SubBot/releases/download/0.2.1/E5SubBot_linux_x64.tar.gz +wget https://github.com/rainerosion/E5SubBotForSQLite/releases/download/0.2.2/E5SubBot-linux-amd64.tar.gz # Unzip file tar xvjf E5SubBot_linux_x64.tar.gz # create folder diff --git a/README_zhCN.md b/README_zhCN.md index abda305..48477c3 100644 --- a/README_zhCN.md +++ b/README_zhCN.md @@ -47,7 +47,7 @@ Bot创建教程:[Google](https://www.google.com/search?q=telegram+Bot%E5%88%9B%E ### Docker部署 ```bash mkdir /opt/e5sub -wget --no-check-certificate -O /opt/e5sub/config.yml https://raw.githubusercontent.com/rainerosion/E5SubBot/master/config.yml.example +wget --no-check-certificate -O /opt/e5sub/config.yml https://raw.githubusercontent.com/rainerosion/E5SubBotForSQLite/master/config.yml.example # 修改配置文件中的信息 vim /opt/e5sub/config.yml docker run -d -v /opt/e5sub/config.yml:/root/config.yml -v /opt/e5sub/e5sub.db:/root/e5sub.db --restart=always --name e5bot rainerosion/e5subbot-sqlite @@ -55,7 +55,7 @@ docker run -d -v /opt/e5sub/config.yml:/root/config.yml -v /opt/e5sub/e5sub.db:/ ### 二进制文件 -在[Releases](https://github.com/rainerosion/E5SubBot/releases)页面下载对应系统的二进制文件,上传至服务器 +在[Releases](https://github.com/rainerosion/E5SubBotForSQLite/releases)页面下载对应系统的二进制文件,上传至服务器 Windows: 在`cmd`中启动 `E5SubBot.exe` @@ -70,7 +70,7 @@ Linux守护进程(适用于Centos): - 下载文件 ```bash -wget https://github.com/rainerosion/E5SubBot/releases/download/0.2.1/E5SubBot_linux_x64.tar.gz +wget https://github.com/rainerosion/E5SubBotForSQLite/releases/download/0.2.2/E5SubBot-linux-amd64.tar.gz # 解压文件 tar xvjf E5SubBot_linux_x64.tar.gz # 创建文件夹