Skip to content

Commit

Permalink
Add MacOS troubleshooting to CONTRIBUTING.md (#6298)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMuller authored Sep 9, 2024
1 parent 1ebb7aa commit 71fb2e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,10 @@ docker compose run php composer complete-check
docker compose run php composer fix-cs
```

## TroubleShooting
If you are on macOS, and got hang on applying patch, you may need to install gpatch, you can install with:

`brew install gpatch`

## Repository layout
Documentation goes into `build/target-repository/docs`.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"docs": "vendor/bin/rule-doc-generator validate rules",
"rector": "bin/rector process --ansi",
"preload": "php build/build-preload.php .",
"release": " vendor/bin/rng --from-commit X --to-commit Y --remote-repository rectorphp/rector-symfony --remote-repository rectorphp/rector-doctrine --remote-repository rectorphp/rector-phpunit"
"release": "vendor/bin/rng --from-commit X --to-commit Y --remote-repository rectorphp/rector-symfony --remote-repository rectorphp/rector-doctrine --remote-repository rectorphp/rector-phpunit"
},
"extra": {
"patches": {
Expand Down

0 comments on commit 71fb2e4

Please sign in to comment.