Skip to content

Commit

Permalink
chore(docs): GNU/Parallel note, closes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Mar 15, 2024
1 parent 38165c5 commit 000f393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Feel free to contribute to this project by submitting a pull request to the `mai

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

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

0 comments on commit 000f393

Please sign in to comment.