Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 610 Bytes

File metadata and controls

16 lines (9 loc) · 610 Bytes

dict

在命令行中输入 dict <你要查询的单词/中文> 即可查询对应的翻译。

dict_usage

如何安装预编译好的文件

  1. 在仓库的 release 页面中下载对应平台的压缩包,并解压,得到二进制可执行文件
  2. 将二进制文件放到 $PATH 中的某个目录中去

如何从源码安装

  1. 将仓库 clone 到本地
  2. 在仓库根目录中执行 cargo install --path ./ 即可安装到 ~/.Cargo/bin 目录中