Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz authored Nov 25, 2018
1 parent e84ae68 commit dea671a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Kafka CLI
#Kafka CLI

[![CircleCI](https://img.shields.io/circleci/project/github/infinimesh/kaf.svg)](https://circleci.com/gh/infinimesh/kaf/tree/master)
[![GoReportCard](https://goreportcard.com/badge/github.com/infinimesh/kaf)](https://goreportcard.com/report/github.com/infinimesh/kaf)

## Installing
Install from source:

```go get -u github.com/infinimesh/kaf```

Install binary:

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

0 comments on commit dea671a

Please sign in to comment.