From e223a8f6ed5e887d7f914e7a0aa01cfbb772f94b Mon Sep 17 00:00:00 2001 From: mirtlecn Date: Fri, 29 Nov 2024 02:39:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=8F=90=E4=BE=9B=20git=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=8C=87=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9a966fb..8757e83 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,18 @@ 您也可以前往 [Release](https://github.com/iDvel/rime-ice/releases) 界面,下载特定版本的词典文件(具体描述见 Release 说明),覆盖配置目录的对应文件。 +### Git 安装 + +您如果熟悉 git 常用操作,可以使用 git clone 命令将本仓库克隆到对应前端的用户目录。由于本库提交历史较多且更改频繁,添加 `--depth` 参数可以显著减少传输体积。 + +```bash +git clone https://github.com/iDvel/rime-ice.git Rime --depth 1 + +# 更新 +cd Rime +git pull +``` + ### 东风破 [plum](https://github.com/rime/plum) 选择配方(`others/recipes/*.recipe.yaml`)来进行安装或更新。