We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbc9fa commit 16947d6Copy full SHA for 16947d6
README.md
@@ -43,7 +43,10 @@ scrips/make_dicts.sh --append <cizu_append.txt> --delete <cizu_delete.txt> --mod
43
**方式二** 在 PowerShell 中执行以下命令,然后按照提示安装即可。
44
45
```PowerShell
46
-irm 0xa.nl/get-jd-win | iex
+# GitHub
47
+irm https://raw.githubusercontent.com/amorphobia/rime-jiandao/master/scripts/installer.bat | iex
48
+# Gitee
49
+irm https://gitee.com/amorphobia/rime-jiandao/raw/master/scripts/installer.bat | iex
50
```
51
52
#### 小小输入法
0 commit comments