update README to reflect new feature and remove deprecated usage of aicommit_groq
This commit is contained in:
parent
141b53b4ba
commit
e3704b4e6e
14
README.md
14
README.md
@ -1,19 +1,25 @@
|
||||
## use AI to draft commit messages
|
||||
# use AI to draft commit messages
|
||||
|
||||
aicommit injects a commit message draft written by RayAI before loading your default editor for review.
|
||||
|
||||
requires: jq
|
||||
requires: cur, jq
|
||||
|
||||
> aicommit_groq is broken. Don't use.
|
||||
|
||||
### use
|
||||
## use
|
||||
|
||||
Change your
|
||||
1. Clone the repo
|
||||
|
||||
1. Add to your `~/.bashrc`
|
||||
|
||||
```bash
|
||||
export GIT_EDITOR="<path/to/>aicommit"
|
||||
```
|
||||
|
||||
1. Use git as normal.
|
||||
|
||||
```bash
|
||||
git commit
|
||||
```
|
||||
|
||||
Using the `-m` flag will bypass generating a message `git commit -m`
|
||||
|
Loading…
Reference in New Issue
Block a user