Skip to content

Commit

Permalink
readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Apr 2, 2020
1 parent a050bc4 commit 92b0532
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ Kafka CLI inspired by kubectl & docker
## Install
Install from source:

```go get github.com/birdayz/kaf/cmd/kaf```
```
go get github.com/birdayz/kaf/cmd/kaf
```

Install binary:

```curl https://raw.githubusercontent.com/birdayz/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash```
```
curl https://raw.githubusercontent.com/birdayz/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash
```


## Configuration
Expand Down

0 comments on commit 92b0532

Please sign in to comment.