From 7d8bd8acc20a5a8d1278782783b3d1a6ab074228 Mon Sep 17 00:00:00 2001 From: Vincent Dauce Date: Thu, 29 Feb 2024 09:45:21 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b0d0611c9..23d32f274 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,12 @@ Make sure you have the mailparse extension (http://php.net/manual/en/book.mailpa sudo apt install php-cli php-mailparse ``` +#### MacOS +``` +brew install php +pecl install mailparse +``` + #### Other platforms ``` sudo apt install php-cli php-pear php-dev php-mbstring