You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,13 @@ With composer simply
20
20
21
21
then call the script you need
22
22
23
+
## Using Phar
24
+
Phar is a packaged format which should be a single download. The latest Phar can be found [Here](https://github.com/exussum12/coverageChecker/releases).
25
+
26
+
After downloading run `chmod +x diffFilter.phar` and then call as `./diffFilter.phar` followed by the normal options
27
+
23
28
## Manually
24
-
Clone this repository somewhere your your build plan can be accessed, composer install is prefered but there is a non composer class loader which will be used if composer is not installed.
29
+
Clone this repository somewhere your your build plan can be accessed, composer install is prefered but there is a non composer class loader which will be used if composer is not installed. If composer is not used some PHP specific features will not work as expected.
0 commit comments