Skip to content

Commit 5bb4802

Browse files
authored
Update README.md
1 parent f6aa58f commit 5bb4802

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# git-commit-message-agent
2-
Agent to generate Git Commit messages for you; via various channels, incl. pre-commit
2+
3+
Agent to generate Git Commit messages for you!
4+
5+
1. First, make sure that you [have `uvx` available](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer) (until #[1632](https://github.com/enola-dev/enola/issues/1632))
6+
1. Next, [create a Google Gemini API key](https://aistudio-preprod.corp.google.com/apikey)!
7+
1. Finally, [install Enola.dev](https://docs.enola.dev/use/), and now run:
8+
9+
```sh
10+
GOOGLE_AI_API_KEY=... enola ai --http-scheme --agents=https://raw.githubusercontent.com/enola-dev/git-commit-message-agent/refs/heads/main/git-commit-message.agent.yaml --in="Make it so!"
11+
```

0 commit comments

Comments
 (0)