We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38165c5 commit 000f393Copy full SHA for 000f393
CONTRIBUTING.md
@@ -6,6 +6,9 @@ Feel free to contribute to this project by submitting a pull request to the `mai
6
7
You can use `make` to simplify the development process.
8
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
+
12
### Building
13
You can build the default image using `make build` or just `make`, the `build` target is the default:
14
```shell
0 commit comments