We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c11e6 commit 7512679Copy full SHA for 7512679
README.md
@@ -12,7 +12,13 @@ $ wget https://phar.phpunit.de/phpcov.phar
12
$ php phpcov.phar --version
13
```
14
15
-Using [Phive](https://phar.io/) is the recommended way for managing the tool dependencies of your project.
+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
+```
22
23
**[It is not recommended to use Composer to download and install this tool.](https://twitter.com/s_bergmann/status/999635212723212288)**
24
0 commit comments