Skip to content

Commit 66589cd

Browse files
Add alternative instructions for installing command
For Linux users that don't use homebrew
1 parent 1abae52 commit 66589cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Install the command:
2222

2323
```bash
2424
brew install jamesjoshuahill/tap/git-co-author
25+
26+
# or
27+
28+
curl -O https://raw.githubusercontent.com/jamesjoshuahill/git-co-author/master/git-co-author
29+
install git-co-author /usr/local/bin/
2530
```
2631

2732
Configure the commit template path, for example:

0 commit comments

Comments
 (0)