Skip to content

Commit ed77b49

Browse files
authored
Update README.md
1 parent 1b8c3fb commit ed77b49

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ With composer simply
2020

2121
then call the script you need
2222

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+
2328
## 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.
2530
Then call the script you need
2631

2732

0 commit comments

Comments
 (0)