📝 update documents

This commit is contained in:
rainerosion 2020-12-27 00:17:41 +08:00
parent 1084e1814a
commit 6384d46dad
2 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,8 @@ Bot creation tutorial : [Microsoft](https://docs.microsoft.com/en-us/azure/bot-s
### Docker ### Docker
```bash ```bash
mkdir /opt/e5sub mkdir /opt/e5sub
# (important)Create database file
touch /opt/e5sub/e5sub.db
wget --no-check-certificate -O /opt/e5sub/config.yml https://raw.githubusercontent.com/rainerosion/E5SubBotForSQLite/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 # Modify configuration file
vim /opt/e5sub/config.yml vim /opt/e5sub/config.yml

View File

@ -47,6 +47,8 @@ Bot创建教程:[Google](https://www.google.com/search?q=telegram+Bot%E5%88%9B%E
### Docker部署 ### Docker部署
```bash ```bash
mkdir /opt/e5sub mkdir /opt/e5sub
# (重要)创建数据库文件
touch /opt/e5sub/e5sub.db
wget --no-check-certificate -O /opt/e5sub/config.yml https://raw.githubusercontent.com/rainerosion/E5SubBotForSQLite/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 vim /opt/e5sub/config.yml