File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ This project combines these two tools into one project. The code generation is
1212
1313The 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
2732There are 3 directories of files created by this generated process, however you will only directly interact with 3:
You can’t perform that action at this time.
0 commit comments