Skip to content

Commit 000f393

Browse files
committedMar 15, 2024·
chore(docs): GNU/Parallel note, closes #37
1 parent 38165c5 commit 000f393

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Feel free to contribute to this project by submitting a pull request to the `mai
66

77
You can use `make` to simplify the development process.
88

9+
> [!NOTE]
10+
> Make sure you have [GNU/Parallel](https://www.gnu.org/software/parallel/) installed to speed up processes for each PHP version.
11+
912
### Building
1013
You can build the default image using `make build` or just `make`, the `build` target is the default:
1114
```shell

0 commit comments

Comments
 (0)
Please sign in to comment.