Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Apr 5, 2024
1 parent d4d17a7 commit e78d242
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ You can nudge the model into providing a better suitable gitmoji or message by p

A simple example can be that when you see an incorrect gitmoji being used, you can nudge it in the correct direction by typing an important keyword like `documentation` which will then guide it into using `:memo:` as the correct gitmoji.

### Terminal
### CLI

Grab a binary from the [releases](https://github.com/segersniels/genmoji/releases) page, rename and run it:
There is also a CLI version of Genmoji available. It can be used to generate commit messages from your staged changes.

1. Download the latest binary from the [releases](https://github.com/segersniels/genmoji/releases/tag/latest) page for your system
2. Rename the binary to `genmoji`
3. Copy the binary to a location in your `$PATH`

```bash
$ genmoji -h
Expand Down

0 comments on commit e78d242

Please sign in to comment.