Skip to content

Commit d3562d6

Browse files
committed
docs: add homebrew installation
1 parent b50c031 commit d3562d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/installation.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Installing `kafka-gitops` requires either **Java** or **Docker**.
44

5+
## Homebrew
6+
7+
Install `kafka-gitops` with homebrew:
8+
9+
```bash
10+
brew tap devshawn/kafka-gitops
11+
brew install kafka-gitops
12+
```
13+
514
## Local
615

716
Install `kafka-gitops` by downloading the zip file from our [releases][releases] page. Move the `kafka-gitops` file to somewhere on your `$PATH`, such as `/usr/local/bin`.

0 commit comments

Comments
 (0)