You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
Installing `kafka-gitops` requires either **Java** or **Docker**.
4
4
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
+
5
14
## Local
6
15
7
16
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