Skip to content

Commit

Permalink
Fix tool installation instructions in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed May 1, 2015
1 parent a5df99e commit 01d71fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ Some of these tools mirror tools that ship with Kafka, but these tools won't req
- [kafka-console-producer](./kafka-console-producer): a command line tool to produce a single message to your Kafka custer.
- [kafka-console-partitionconsumer](./kafka-console-partitionconsumer): a command line tool to consume a single partition of a topic on your Kafka cluster.
- [kafka-console-topicconsumer](./kafka-console-topicconsumer): a command line tool to consume all partition of a topic on your Kafka cluster.

To install all tools, run `go get github.com/Shopify/sarama/tools/...`
2 changes: 1 addition & 1 deletion tools/kafka-console-partitionconsumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on the standard output.

### Installation

go install github.com/Shopify/sarama/tools/kafka-console-partitionconsumer
go get github.com/Shopify/sarama/tools/kafka-console-partitionconsumer

### Usage

Expand Down
2 changes: 1 addition & 1 deletion tools/kafka-console-producer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple command line tool to produce a single message to Kafka.

### Installation

go install github.com/Shopify/sarama/tools/kafka-console-producer
go get github.com/Shopify/sarama/tools/kafka-console-producer


### Usage
Expand Down
2 changes: 1 addition & 1 deletion tools/kafka-console-topicconsumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on the standard output.

### Installation

go install github.com/Shopify/sarama/tools/kafka-console-topicconsumer
go get github.com/Shopify/sarama/tools/kafka-console-topicconsumer

### Usage

Expand Down

0 comments on commit 01d71fe

Please sign in to comment.