Skip to content

Commit

Permalink
📝 Add some more usage info matching latest state
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Mar 30, 2024
1 parent 7556849 commit eb7aa07
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ A simple example can be that when you see an incorrect gitmoji being used, you c
Grab a binary from the [releases](https://github.com/segersniels/genmoji/releases) page, rename and run it:

```bash
$ genmoji --help
Usage: genmoji [--version] [--help]
$ genmoji -h

genmoji
Version: "x.x.x"

USAGE:
genmoji [OPTIONS]

OPTIONS:
--model <VALUE> OpenAI model to use (default: "gpt-4-turbo-preview")
-h, --help Prints help information
```

0 comments on commit eb7aa07

Please sign in to comment.