Skip to content

Commit

Permalink
readme: add install paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannecron committed Oct 4, 2023
1 parent 807fb08 commit eb6f66a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,27 @@ Supported formats:

### Install

// todo
#### As global composer dependency

```shell
composer global require dannecron/coverage-merger
```

#### As local composer dev-dependency

```shell
composer require --dev dannecron/coverage-merger
```

### Usage

It's cli-app with single access point:

```shell
./merger
# if installed globally
$COMPOSER_HOME/vendor/bin/merger
# if installed locally
./vendor/bin/merger
```

```text
Expand Down

0 comments on commit eb6f66a

Please sign in to comment.