Skip to content

Commit dd5196f

Browse files
committed
Adding phar to readme.
1 parent ea08efb commit dd5196f

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
@@ -12,6 +12,11 @@ This project combines these two tools into one project. The code generation is
1212

1313
The code generated is tagged for [phpdoc](https://github.com/phpDocumentor/phpDocumentor2).
1414

15+
## Installation
16+
17+
Simply download the latest `php-cs.phar` from the releases page and put it where you'd like. We recommend adding it to
18+
your path in whatever fashion you prefer.
19+
1520
## Code Generation
1621

1722
### Define a configuration file:
@@ -21,7 +26,7 @@ Please see [files/config_prototype.yml](./files/config_prototype.yml) for an exa
2126
### Execute build
2227

2328
```php
24-
php ./bin/php-cs phpcs:build --config your_config_file.yml
29+
php-cs phpcs:build --config your_config_file.yml
2530
```
2631

2732
There are 3 directories of files created by this generated process, however you will only directly interact with 3:

0 commit comments

Comments
 (0)