Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Mar 4, 2024
1 parent 3bcee62 commit f10c4b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Thread Dump Viewer

version: `0.1.0`

🚀 **Offline** Thread Dump Analyzer.

Disclaimer: I am making this for my own use.
Expand All @@ -14,7 +12,7 @@ I have no intention of making it a full-fledged tool 🤷‍♂️.
Download the fat jar and run it:

```shell
java -jar tdv-0.1.0-all.jar <thread-dump-file>
java -jar tdv-X.Y.Z-all.jar <thread-dump-file>
```

The report will be generated in the `out` subfolder as HTML file.
Expand Down

0 comments on commit f10c4b0

Please sign in to comment.