diff --git a/README.md b/README.md index 568b9e1..a26481b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ ## use AI to draft commit messages -clone this repo and then link the scripts into your path. +aicommit injects a commit message draft written by RayAI before loading your default editor for review. requires: jq +> aicommit_groq is broken. Don't use. + ### use -Instead of + +Change your ```bash -git commit -m "your message here"` +export GIT_EDITOR="aicommit" ``` + ```bash -aicommit +git commit ```