From 4cbc107d1da22f56cd26b6c911eaf1963e72b356 Mon Sep 17 00:00:00 2001 From: zhilv Date: Sat, 28 Mar 2026 19:47:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(README):=20=E4=BF=AE=E6=94=B9=E6=8B=89?= =?UTF-8?q?=E5=8F=96=E4=BB=A3=E7=A0=81=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7dd387c..359815b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ - 获取网课记录 - 学习接口 + + +### 拉取代码 + +```shell +git clone --recurse-submodules https://gitea.kmux.cn/zhilv/wk-backend +``` + ### 代码构建 **推荐使用 [Taskfile](https://taskfile.dev/) 进行项目构建**