Skip to content

Commit 8fe619a

Browse files
committed
docs: update installation instructions to use homebrew tap
1 parent 7f51dee commit 8fe619a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ A git diff pager based on [delta](https://github.com/dandavison/delta) but with
1818

1919
## Installation
2020

21-
```bash
22-
brew install git-delta # or any other package manager
23-
go install github.com/dlvhdr/diffnav
21+
Homebrew:
22+
23+
```sh
24+
brew install dlvhdr/formulae/diffnav
2425
```
2526

26-
- [See here](https://dandavison.github.io/delta/installation.html) the full delta installations instructions.
27-
- _TBD: support for package managers_
27+
Go:
28+
29+
```sh
30+
go install github.com/dlvhdr/diffnav
31+
```
2832

2933
## Usage
3034

0 commit comments

Comments
 (0)