Skip to content

Commit fd4e3f7

Browse files
committed
Update README.md to indicate new preferred installation method.
1 parent 4e82de4 commit fd4e3f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ After the inspection is completed, you are given a list of changes that have occ
1616

1717
As this is still an alpha package, it is not suggested to include `php-semver-checker` directly in your composer.json. There are however a couple ways to use the tool:
1818

19-
1. `php composer.phar create-project tomzx/php-semver-checker --stability=dev` will clone to a new php-semver-checker folder in your current working directory
20-
2. `git clone https://github.com/tomzx/php-semver-checker.git` and `php composer.phar install` in the newly cloned directory.
21-
22-
You may also download the [latest .phar build](https://github.com/tomzx/php-semver-checker/releases). Note that the .phar build is generally less bleeding edge than the previously mentioned methods.
19+
1. **Preferred method** Download the [latest .phar build](http://psvc.coreteks.org/php-semver-checker.phar). Note that the .phar build is generally less bleeding edge than the following methods.
20+
2. `php composer.phar create-project tomzx/php-semver-checker --stability=dev` will clone to a new php-semver-checker folder in your current working directory
21+
3. `git clone https://github.com/tomzx/php-semver-checker.git` and `php composer.phar install` in the newly cloned directory.
2322

2423
## Current ruleset & verification codes
2524

0 commit comments

Comments
 (0)