Skip to content

Commit 7f2f466

Browse files
committedSep 23, 2018
Explain installation
1 parent a36e024 commit 7f2f466

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ Code coverage for XP Framework unittests
77
[![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)
88
[![Latest Stable Version](https://poser.pugx.org/xp-forge/coverage/version.png)](https://packagist.org/packages/xp-forge/coverage)
99

10-
Code coverage for XP using the [XDebug Zend extension](https://xdebug.org/download.php). Based on Sebastian Bergmann's [Code coverage](https://github.com/sebastianbergmann/php-code-coverage) library.
10+
Code coverage for XP using XDebug. Based on Sebastian Bergmann's [Code coverage](https://github.com/sebastianbergmann/php-code-coverage) library.
11+
12+
Installation
13+
------------
14+
15+
```bash
16+
$ composer global require xp-forge/coverage
17+
```
18+
19+
Next, make sure you have the [XDebug Zend extension](https://xdebug.org/download.php) loaded via `zend_extension`.
1120

1221
Usage
1322
-----

0 commit comments

Comments
 (0)
Please sign in to comment.