Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Feb 7, 2019
1 parent 8baa37b commit 267baba
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
Kafka CLI
# Kaf
Kafka CLI inspired by kubectl & docker

[![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)

![asciicinema](asciicinema.gif)

## Install
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 267baba

Please sign in to comment.