From 5ecccdca52268a210b1f9d152e030daa919d67d3 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Mon, 1 Jun 2020 16:11:17 +0200 Subject: [PATCH] Add QuickStart with homebrew --- install/macos/packages.xml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/install/macos/packages.xml b/install/macos/packages.xml index 610b0b274760..fa1693608658 100644 --- a/install/macos/packages.xml +++ b/install/macos/packages.xml @@ -13,7 +13,24 @@ version of PHP with the features you need. - The following resources offer easy to install packages and + The quickest way to install php on macOS is with homebrew: + + + + + + install homebrew, by following the instructions at brew.sh + + + + + brew install php + + + + + + The following alternative resources also offer easy to install packages and precompiled binaries for PHP on Mac OS: @@ -36,12 +53,6 @@ &url.mac.fink; - - - Homebrew: - &url.mac.homebrew; - -