Skip to content

Commit

Permalink
Fix type err.
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme committed Nov 23, 2024
1 parent 473a87e commit 8c331ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ # hashes backend
$ cargo install ezcheck --no-default-features --features hashes_backend
```

### Instantly run `ezcheck` with x-cmd
### Instantly run ezcheck with x-cmd

[x-cmd](https://x-cmd.com) is a lightweight cross-platform package manager implemented in posix shell. Quickly download
and execute `ezcheck` with a single command: [`x ezcheck`](https://x-cmd.com/pkg/ezcheck)
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ $ cargo install ezcheck --no-default-features --features hashes_backend

### 使用 x-cmd 即刻运行 ezcheck

[x-cmd](https://x-cmd.com) 是一个在 POSIX Shell 实现的轻量级、跨平台包管理工具。仅需[
`x ezcheck`](https://x-cmd.com/pkg/ezcheck)命令即可快速下载并运行 ezcheck。
[x-cmd](https://x-cmd.com) 是一个在 POSIX Shell 实现的轻量级、跨平台包管理工具。
仅需运行[`x ezcheck`](https://x-cmd.com/pkg/ezcheck)即可快速下载并运行 ezcheck。

您还可以在用户级别安装 ezcheck,而无需使用 root 权限:

Expand Down

0 comments on commit 8c331ef

Please sign in to comment.