From da06697ba841b7f121f0eecf9d85e0c4da05f690 Mon Sep 17 00:00:00 2001 From: Wuchuyuan <1917507415@qq.com> Date: Wed, 19 Aug 2026 17:55:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=85=8B=E9=9A=86=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=A0=81=E4=BA=91=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed953b1..a0e2ac4 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,18 @@ JieLi-JL7016/ --- +## 获取模板 + +推荐从码云镜像克隆(下载更快): + +```bash +git clone --branch JieLi-JL7016 --single-branch https://gitee.com/wu-chuyuan/soc-codegen-template.git +``` + +见宝 Git 主仓库:https://git.jianbao-tech.com/pets-device/soc-codegen-template.git + +--- + ## 快速开始 ### 环境要求 @@ -84,5 +96,6 @@ make clean ## 相关链接 -- [SOC 模板仓库 main 索引](https://git.jianbao-tech.com/pets-device/soc-codegen-template) +- [码云镜像(推荐下载)](https://gitee.com/wu-chuyuan/soc-codegen-template) +- [见宝 Git 主仓库](https://git.jianbao-tech.com/pets-device/soc-codegen-template) - [MCU 模板仓库](https://git.jianbao-tech.com/pets-device/mcu-codegen-template)