Skip to content

Commit 7512679

Browse files
Tweak
1 parent 64c11e6 commit 7512679

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ $ wget https://phar.phpunit.de/phpcov.phar
1212
$ php phpcov.phar --version
1313
```
1414

15-
Using [Phive](https://phar.io/) is the recommended way for managing the tool dependencies of your project.
15+
Using [Phive](https://phar.io/) is the recommended way for managing the tool dependencies of your project:
16+
17+
```bash
18+
$ phive install phpcov
19+
20+
$ ./tools/phpcov --version
21+
```
1622

1723
**[It is not recommended to use Composer to download and install this tool.](https://twitter.com/s_bergmann/status/999635212723212288)**
1824

0 commit comments

Comments
 (0)