From 9061a392a6ef811a220610945c0041faad33bf1e Mon Sep 17 00:00:00 2001 From: Rudi Theunissen Date: Mon, 18 Dec 2023 11:07:07 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index af433ea..9d4638f 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,20 @@ You may include the [polyfill](https://github.com/php-ds/polyfill) as a dependen ## Contributing +For local development, I'm using Docker: + +``` +./dev.sh # opens a shell into a development environment + +phpize +./configure +make +make install + +composer install +composer test +``` + Please see [CONTRIBUTING](CONTRIBUTING.md) for more information. ## Credits