Skip to content

Commit

Permalink
README: add homebrew install method
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed May 1, 2022
1 parent 6f4d166 commit 3df921f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Kafka CLI inspired by kubectl & docker
![asciicinema](asciicinema.gif)

## Install
Install from source:
Install via Go from source:

```
go install github.com/birdayz/kaf/cmd/kaf@latest
```

Install binary:
Install via install script:

```
curl https://raw.githubusercontent.com/birdayz/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash
Expand All @@ -27,6 +27,13 @@ Install on Archlinux via [AUR](https://aur.archlinux.org/packages/kaf/):
yay -S kaf-bin
```

Install via Homebrew:

```
brew tap birdayz/kaf
brew install kaf
```

## Usage

Show the tool version
Expand Down

0 comments on commit 3df921f

Please sign in to comment.