Skip to content

Commit 57ff096

Browse files
committed
chore: update project description in Cargo.toml 📝
- Revise keywords for better searchability - Update author information - Polish project keywords in Cargo.toml. - Refine installation instructions in README.md.
1 parent 015963b commit 57ff096

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@ edition = "2024"
55
description = "A simple git commit message generator by OpenAI compaction model."
66
license = "MIT"
77
readme = "README.md"
8-
keywords = [
9-
"git",
10-
"commit",
11-
"message",
12-
"generator",
13-
"openai",
14-
"compaction",
15-
"model",
16-
]
8+
keywords = ["git", "openai", "tools"]
179
authors = ["mingcheng<[email protected]"]
1810
repository = "https://github.com/mingcheng/aigitcommit"
1911
homepage = "https://github.com/mingcheng/aigitcommit"

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ AIGitCommit is still in the early stages of development, I suggest you to instal
2828
cargo install --git https://github.com/mingcheng/aigitcommit.git
2929
```
3030

31-
This command will auto-download the latest version of the project and install it to your cargo bin directory.
31+
or, You can install from [crates.io](https://crates.io/crates/aigitcommit)
32+
33+
```
34+
cargo install aigitcommit
35+
```
36+
37+
Those command will auto-download the latest version of the project and install it to your cargo bin directory.
3238

3339
## Configuration
3440

0 commit comments

Comments
 (0)