From 55e42e83343fc43c75f70c6944c1f643c97a530a Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Wed, 17 Nov 2021 11:33:26 +0800 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ce991333..b177dbd8 100644 --- a/README.md +++ b/README.md @@ -268,8 +268,10 @@ +## 详细配置请前往文档,以下为最简配置 -## 部署 + +## 简单部署 ``` @@ -294,8 +296,7 @@ pip install -r requirements.txt python bot.py ``` -## 配置 -在 configs/config.py 中的 USE_CONFIG_FILE,默认为False +## 简单配置 ``` 1.在.env.dev文件中 @@ -303,12 +304,10 @@ python bot.py SUPERUSERS = [""] # 填写你的QQ 2.在configs/config.py文件中 - 必填: - 1. API KEY - 2.数据库配置 + * 数据库配置 - 在./configs/config.py中配置基本配置(除API KEY ,数据库和代理外都含有默认值) - 在./configs/path_config.py配置路径(含有默认配置) +3.在configs/config.yaml文件中 # 该文件需要启动一次后生成 + * 修改插件配置项 ```