File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed 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
12
12
13
13
The code generated is tagged for [ phpdoc] ( https://github.com/phpDocumentor/phpDocumentor2 ) .
14
14
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
+
15
20
## Code Generation
16
21
17
22
### Define a configuration file:
@@ -21,7 +26,7 @@ Please see [files/config_prototype.yml](./files/config_prototype.yml) for an exa
21
26
### Execute build
22
27
23
28
``` php
24
- php ./bin/php -cs phpcs:build --config your_config_file.yml
29
+ php-cs phpcs:build --config your_config_file.yml
25
30
```
26
31
27
32
There 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