We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baa37b commit 267babaCopy full SHA for 267baba
README.md
@@ -1,7 +1,16 @@
1
-Kafka CLI
+# Kaf
2
+Kafka CLI inspired by kubectl & docker
3
4
[](https://circleci.com/gh/infinimesh/kaf/tree/master)
5
[](https://goreportcard.com/report/github.com/infinimesh/kaf)
6
7

8
9
+## Install
10
+Install from source:
11
+
12
+```go get -u github.com/infinimesh/kaf```
13
14
+Install binary:
15
16
+```curl https://raw.githubusercontent.com/infinimesh/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash```
0 commit comments