Skip to content

Commit 8e39a0a

Browse files
committed
Fixed build readme on Windows fails if using Git Bash (Mintty)
1 parent cb3bdd6 commit 8e39a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you need any help, don't hesitate to ask the community on [Gitter](https://gi
1313
* Make changes.
1414
* If you are adding functionality or fixing a bug - add a test! Prefer adding new test cases over modifying existing ones.
1515
* Make sure there is no trailing spaces in code: `./check_trailing_spaces.sh`.
16-
* Regenerate README: `php php-cs-fixer readme > README.rst`. Do not modify `README.rst` manually!
16+
* Regenerate README: `php php-cs-fixer readme > README.rst` (Windows `php.exe php-cs-fixer readme > README.rst`). Do not modify `README.rst` manually!
1717
* Check if tests pass: `vendor/bin/phpunit`.
1818
* Fix project itself: `php php-cs-fixer fix`.
1919

0 commit comments

Comments
 (0)