From a9b998e7b18d7f1460cbed9f784be311fc85d09d Mon Sep 17 00:00:00 2001 From: CaramelTea <68632003@qq.com> Date: Tue, 9 Jun 2026 11:00:44 +0800 Subject: [PATCH] docs: update clone URL in README --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6939c49..fd79579 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ For detailed plans and architectural decisions, see `specs/`. ### Install ```bash -git clone https://github.com/Prodivix/prodivix.git +git clone https://github.com/Mdr-Tutorials/prodivix.git cd prodivix pnpm install ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index 6b96625..4681c89 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -70,7 +70,7 @@ Prodivix 围绕几个长期约束构建: ### 安装 ```bash -git clone https://github.com/Prodivix/prodivix.git +git clone https://github.com/Mdr-Tutorials/prodivix.git cd prodivix pnpm install ```