Skip to content

Commit cf7eeb3

Browse files
committed
Updated the Getting Started section about the .phar build.
1 parent 8275fe7 commit cf7eeb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ After the inspection is completed, you are given a list of changes that have occ
1414

1515
## Getting started
1616

17-
As this is still an alpha package, it is not suggested to include `php-semver-checker` directly in your composer.phar. There are however a couple ways to use the tool:
17+
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

1919
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
2020
2. `php composer.phar global require tomzx/php-semver-checker --stability=dev` will clone it to your global composer location, so you can use it from anywhere.
2121
3. `git clone https://github.com/tomzx/php-semver-checker.git` and `php composer.phar install` in the newly cloned directory.
2222

23-
As the package gets more stable, other means of distribution may become available (such as a .phar).
23+
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.
2424

2525
## Current ruleset & verification codes
2626

0 commit comments

Comments
 (0)