Skip to content

Commit 09f211a

Browse files
committed
feat: 更新 README 文档以使用特定版本的 fastcommit
Signed-off-by: jinlong <fslongjin@vip.qq.com>
1 parent 313a69c commit 09f211a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can install `fastcommit` using the following method:
1010

1111
```bash
1212
# Install using cargo
13-
cargo install fastcommit
13+
cargo install --git https://github.com/fslongjin/fastcommit --tag 0.1.2
1414
```
1515

1616
## Usage

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
```bash
1010
# 使用 cargo 安装
11-
cargo install fastcommit
11+
cargo install --git https://github.com/fslongjin/fastcommit --tag 0.1.2
1212
```
1313

1414
## 使用

0 commit comments

Comments
 (0)