From 4a91c0e3e59476e5cd698fdb0b0591a03b7b6e6c Mon Sep 17 00:00:00 2001 From: lilingfengdev Date: Wed, 20 Nov 2024 14:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E5=BF=AB=E5=85=8B=E9=9A=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f03e648207..726d15c252 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ 1. 将此仓库克隆至本地 `git clone https://github.com/postyizhan/NitWikit.git` + + 更快的克隆 + `git clone --single-branch --depth 1 -b main https://github.com/postyizhan/NitWikit.git ` 2. 移动至仓库根目录 `cd NitWikit` 3. 安装依赖 @@ -57,7 +60,7 @@ 5. 部署测试网站 `pnpm serve` 6. 一键构建&测试 - `pnpm test` + `pnpm test` # ⬆️ 提交贡献