From 8141c4384fc666b3ac628dec234a6809061dbbed Mon Sep 17 00:00:00 2001 From: Rock Chin Date: Sat, 10 Dec 2022 12:10:43 +0800 Subject: [PATCH] =?UTF-8?q?doc(README.md):=20=E6=B7=BB=E5=8A=A0=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E6=95=B0=E6=8D=AE=E5=BA=93=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80aacdb1..e4a6971c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,13 @@ python3 main.py 按照文件内注释填写配置信息 -5. 运行主程序 +5. 初始化数据库 + +```bash +python3 main.py init_db +``` + +6. 运行主程序 - 如提示安装`uvicorn`或`hypercorn`请不要安装,这两个不是必需的,目前存在未知原因bug