mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
Update README.md
This commit is contained in:
30
README.md
30
README.md
@@ -154,11 +154,11 @@ git pull
|
|||||||
选择配方(`others/recipes/*.recipe.yaml`)来进行安装或更新。
|
选择配方(`others/recipes/*.recipe.yaml`)来进行安装或更新。
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>/plum/ 简易安装和使用教程</summary>
|
<summary>/plum/ 简易安装教程</summary>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
安装 plum(仅需要执行一次)
|
安装 plum
|
||||||
```bash
|
```bash
|
||||||
# 请先安装 git 和 bash,并加入环境变量
|
# 请先安装 git 和 bash,并加入环境变量
|
||||||
# 请确保和 github.com 的连接稳定
|
# 请确保和 github.com 的连接稳定
|
||||||
@@ -167,33 +167,13 @@ git clone https://github.com/rime/plum.git plum
|
|||||||
# 卸载 plum 只需要删除 ~/plum 文件夹即可
|
# 卸载 plum 只需要删除 ~/plum 文件夹即可
|
||||||
```
|
```
|
||||||
|
|
||||||
更新 plum
|
使用 plum
|
||||||
```bash
|
```bash
|
||||||
cd ~/plum
|
cd ~/plum
|
||||||
bash rime-install plum
|
bash rime-install <recipe_name>
|
||||||
```
|
```
|
||||||
|
|
||||||
使用 plum 安装「雾凇拼音」方案的韵书(recipe)
|
|
||||||
```bash
|
|
||||||
cd ~/plum
|
|
||||||
bash rime-install iDvel/rime-ice:others/recipes/full
|
|
||||||
```
|
|
||||||
|
|
||||||
指定 RIME 前端为 fcitx5-rime
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cd ~/plum
|
|
||||||
rime_frontend=fcitx5-rime bash rime-install iDvel/rime-ice:others/recipes/full
|
|
||||||
```
|
|
||||||
|
|
||||||
使用 plum 更新「雾凇拼音」的词库文件
|
|
||||||
|
|
||||||
```sh
|
|
||||||
cd ~/plum
|
|
||||||
bash rime-install iDvel/rime-ice:others/recipes/all_dicts
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
词库配方只是更新具体词库文件,并不更新 `rime_ice.dict.yaml` 和 `melt_eng.dict.yaml`,因为用户可能会挂载其他词库。如果更新后部署时报错,可能是增、删、改了文件名,需要检查上面两个文件和词库的对应关系。
|
词库配方只是更新具体词库文件,并不更新 `rime_ice.dict.yaml` 和 `melt_eng.dict.yaml`,因为用户可能会挂载其他词库。如果更新后部署时报错,可能是增、删、改了文件名,需要检查上面两个文件和词库的对应关系。
|
||||||
|
|||||||
Reference in New Issue
Block a user