Skip to content

Commit afcc923

Browse files
committed
chore(readme): add homebrew install instructions
1 parent 6b8880c commit afcc923

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ Display Git commit history with [conventional commit](https://www.conventionalco
1010

1111
## Installation
1212

13+
### Cargo
1314
```bash
1415
cargo install --git https://github.com/dsully/devmoji-log
1516
```
1617

18+
### Homebrew
19+
```bash
20+
brew install dsully/tap/devmoji-log
21+
```
22+
1723
## Usage
1824

1925
```bash

0 commit comments

Comments
 (0)