Skip to content

Commit 69777f3

Browse files
committed
Update README
1 parent 3eeb31e commit 69777f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,19 @@ Check diff of your kustomize directory.
1313

1414
## Installation
1515

16+
Install from the Go source code:
17+
1618
```bash
1719
$ go install -u github.com/dtaniwaki/git-kustomize-diff
1820
```
1921

22+
For MacOS, use Homebrew:
23+
24+
```bash
25+
brew tap dtaniwaki/git-kustomize-diff
26+
brew install git-kustomize-diff
27+
```
28+
2029
Or, download the binary from [GitHub Releases](https://github.com/dtaniwaki/git-kustomize-diff/releases) and put it in your `$PATH`.
2130

2231
## Usage

0 commit comments

Comments
 (0)