Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kumait committed May 8, 2022
1 parent 026b304 commit 19675fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ It is mainly used to monitor and produce messages in Kafka Clusters for debuggin

## Download

Kafka Visualizer is distributed as an executable JAR file, you can download it from [here](https://github.com/kumait/kafkavisualizer/releases/download/untagged-6013278681c8aa9e10ad/kafkavisualizer-1.0.jar), to run it
you need Java 11 or newer.
Kafka Visualizer is distributed as an executable JAR file, you can download the last release from the releases page.

You need Java 11 or newer.

```bash
java -jar kafkavisualizer-1.0.jar
java -jar kafkavisualizer-1.x.x.jar
```

0 comments on commit 19675fb

Please sign in to comment.