Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Aug 31, 2024
1 parent 0417698 commit e8d5085
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
mv jiandao.zip jiandao-${{ github.ref_name }}.zip
mv jiandao-legacy.zip jiandao-legacy-${{ github.ref_name }}.zip
mv jiandao-xiaoxiao.zip jiandao-xiaoxiao-${{ github.ref_name }}.zip
cp scripts/installer.bat weasel-installer.bat
- name: Create Release and Upload Assets
uses: softprops/action-gh-release@v2
Expand All @@ -114,7 +115,7 @@ jobs:
jiandao-${{ github.ref_name }}.zip
jiandao-legacy-${{ github.ref_name }}.zip
jiandao-xiaoxiao-${{ github.ref_name }}.zip
scripts/installer.bat
weasel-installer.bat
- name: Push to Release
uses: s0/[email protected]
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,21 @@ scrips/make_dicts.sh --append <cizu_append.txt> --delete <cizu_delete.txt> --mod

#### 小狼毫:PowerShell 小工具(内含于批处理脚本中)

**方式一** 在发布页面([GitHub](https://github.com/amorphobia/rime-jiandao/releases)[Gitee](https://gitee.com/amorphobia/rime-jiandao/releases))下载 `installer.bat` 到本地,双击运行。
**方式一** 在发布页面([GitHub](https://github.com/amorphobia/rime-jiandao/releases)[Gitee](https://gitee.com/amorphobia/rime-jiandao/releases))下载 `weasel-installer.bat` 到本地,双击运行。

**方式二** 在 PowerShell 中执行以下命令,然后按照提示安装即可。

```PowerShell
irm 0xa.nl/get-jd-win | iex
```

#### 小小输入法

> [!NOTE]
> 本仓库不会主动打包小小输入法的主程序,请在小小输入法的[官方网站](http://yong.dgod.net/download/)或者[官方网盘](http://yongim.ysepan.com/)下载
在发布页面([GitHub](https://github.com/amorphobia/rime-jiandao/releases)[Gitee](https://gitee.com/amorphobia/rime-jiandao/releases))下载最新版的 `jiandao-xiaoxiao-<version>.zip`,将压缩包全部内容解压到输入法目录下的 `.yong` 里,注意文件夹名字由英文半角句点开头,若无此文件夹请新建。

如果遇到错误,运行一次 `Set-ExecutionPolicy RemoteSigned -Scope CurrentUser` 再试。

#### 仓输入法:快捷指令
Expand Down

0 comments on commit e8d5085

Please sign in to comment.