From e022c6829eaff12810e9a9732b937195bf92c8fc Mon Sep 17 00:00:00 2001 From: cnbugs <717192502@qq.com> Date: Tue, 14 Jul 2026 14:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 893d04c..0178907 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,9 @@ cd dns-service # 安装 Python 依赖 pip install -r requirements.txt +# 创建数据库目录 +mkdir -p instance + # 初始化数据库(创建默认 admin/admin 账号) python3 init_db.py