mirror of
https://github.com/rainerosion/E5SubBotForSQLite.git
synced 2026-06-02 16:43:43 +08:00
📝 update documents
This commit is contained in:
parent
1084e1814a
commit
6384d46dad
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user