doc(README.md): 添加初始化数据库步骤

This commit is contained in:
Rock Chin
2022-12-10 12:10:43 +08:00
parent 8ead2125fb
commit 8141c4384f

View File

@@ -70,7 +70,13 @@ python3 main.py
按照文件内注释填写配置信息
5. 运行主程序
5. 初始化数据库
```bash
python3 main.py init_db
```
6. 运行主程序
- 如提示安装`uvicorn``hypercorn`请不要安装这两个不是必需的目前存在未知原因bug