Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ By standardizing test results, reports can be validated, merged, compared, and a
Use `npx` to run the CLI without installing:

```bash
npx ctrf-cli@0.0.5 validate report.json
npx ctrf-cli@0.0.5-next-1 validate report.json
```

### Global Installation

Or install globally for repeated use:

```bash [npm]
npm install -g ctrf-cli@0.0.5
npm install -g ctrf-cli@0.0.5-next-1
```

After global installation, use the `ctrf` command:
Expand Down