Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 authored May 2, 2022
1 parent 68c5786 commit d9fafdc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# junit-reporter

## Install

```bash
go install github.com/bavix/junit-reporter@latest
```

#### Alternative installation

```bash
cd /tmp
git clone https://github.com/bavix/junit-reporter.git
cd junit-reporter
go install -ldflags "-s -w"
```

## Usage

```bash
junit-reporter
```

---
Supported by

[![Supported by JetBrains](https://cdn.rawgit.com/bavix/development-through/46475b4b/jetbrains.svg)](https://www.jetbrains.com/)

0 comments on commit d9fafdc

Please sign in to comment.