We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84ae68 commit dea671aCopy full SHA for dea671a
README.md
@@ -1,5 +1,13 @@
1
-Kafka CLI
+#Kafka CLI
2
3
[](https://circleci.com/gh/infinimesh/kaf/tree/master)
4
[](https://goreportcard.com/report/github.com/infinimesh/kaf)
5
6
+## Installing
7
+Install from source:
8
+
9
+```go get -u github.com/infinimesh/kaf```
10
11
+Install binary:
12
13
+```curl https://raw.githubusercontent.com/infinimesh/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash```
0 commit comments