From 3019c13223e3ccbb02f57a582aed18ec1805402a Mon Sep 17 00:00:00 2001 From: Stanislas Date: Sat, 19 Jun 2021 23:24:29 +0200 Subject: [PATCH] Remove unneeded note on `brew install`/`upgrade` `brew install` already upgrades if needed --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9f19720..e043afd 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,6 @@ extension=imagick.so" > $(asdf where php)/conf.d/php.ini To install PHP on macOS, you'll need a set of packages [installed via homebrew](https://github.com/asdf-community/asdf-php/blob/248e9c6e2a7824510788f05e8cee848a62200b65/.github/workflows/workflow.yml#L52). -You may want to install these packages using `upgrade` instead of `install` to ensure the latest version of all required packages is installed. - There's also a set of optional packages which enable additional extensions to be enabled: ```