Skip to content

Commit

Permalink
Clarify install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-hill-form3 committed Nov 26, 2020
1 parent 565d7bd commit 50e98b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ GitHub has first-class support for `Co-authored-by` trailers and recognises the

## Install

Install the command:
Install the command using Homebrew:

```bash
brew install jamesjoshuahill/tap/git-co-author
```

# or
Or manually into your `$PATH`, for example:

```
curl -O https://raw.githubusercontent.com/jamesjoshuahill/git-co-author/master/git-co-author
install git-co-author /usr/local/bin/
```
Expand Down

0 comments on commit 50e98b2

Please sign in to comment.