From d1a3ec0cce43849263b0cfea0deb7f43aa5f3f8b Mon Sep 17 00:00:00 2001 From: synox Date: Mon, 11 Mar 2019 01:13:44 +0700 Subject: [PATCH] brew tap kabel/php-ext --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4434b6..ba66680 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ Install php dependecies: ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); ## Testing on MacOs - * brew install php + * brew install php + * brew tap kabel/php-ext * brew install kabel/php-ext/php-imap * php -S localhost:8000 -t src