diff --git a/README.md b/README.md new file mode 100644 index 0000000..21b6bc0 --- /dev/null +++ b/README.md @@ -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/)