Skip to content

Commit cf5dfcf

Browse files
Expand documentation of PHAR download
1 parent 491eef9 commit cf5dfcf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111

1212
This tool is distributed as a [PHP Archive (PHAR)](https://php.net/phar):
1313

14-
```
15-
$ wget https://phar.phpunit.de/phpcov.phar
14+
```bash
15+
$ wget https://phar.phpunit.de/phpcov-X.Y.phar
1616

17-
$ php phpcov.phar --version
17+
$ php phpcov-X.Y.phar --version
1818
```
1919

20+
Please replace `X.Y` with the version of PHPCOV you are interested in.
21+
2022
Using [Phive](https://phar.io/) is the recommended way for managing the tool dependencies of your project:
2123

2224
```

0 commit comments

Comments
 (0)