Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec committed Mar 13, 2023
1 parent 9d9d51b commit 5c7be37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# junit2html

Convert Junit XML reports (`junit.xml`) into HTML reports using Golang.
Convert Junit XML reports (`junit.xml`) into HTML reports using a single standalone binary.

* Standalone binary.
* Failed tests are top, that's what's important.
Expand All @@ -13,7 +13,7 @@ Convert Junit XML reports (`junit.xml`) into HTML reports using Golang.

## Install

Like `jq`, `junit2html` is a tiny (8Mb) standalone binary. You can download it from the [releases page](https://github.com/kitproj/junit2html/releases/latest).
Like `jq`, `junit2html` is a tiny (3Mb) standalone binary. You can download it from the [releases page](https://github.com/kitproj/junit2html/releases/latest).

If you're on MacOS, you can use `brew`:

Expand Down

0 comments on commit 5c7be37

Please sign in to comment.