Skip to content

Commit 50e98b2

Browse files
Clarify install steps
1 parent 565d7bd commit 50e98b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ GitHub has first-class support for `Co-authored-by` trailers and recognises the
1818

1919
## Install
2020

21-
Install the command:
21+
Install the command using Homebrew:
2222

2323
```bash
2424
brew install jamesjoshuahill/tap/git-co-author
25+
```
2526

26-
# or
27+
Or manually into your `$PATH`, for example:
2728

29+
```
2830
curl -O https://raw.githubusercontent.com/jamesjoshuahill/git-co-author/master/git-co-author
2931
install git-co-author /usr/local/bin/
3032
```

0 commit comments

Comments
 (0)