From 03c3754e049fbe9081c47ca2488046a2c08bd347 Mon Sep 17 00:00:00 2001 From: Hans Nieser Date: Tue, 16 Jul 2024 10:42:02 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42a21f3..939e2dd 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,10 @@ any references to `$BREW_PREFIX/Cellar/php*`. ### Installing services for Magento 2.4 Since we're running a hybrid docker+local system we need to set up PHP to run -locally. +locally. An `install.sh` script is provided for this, which you can run locally +after cloning this repository. + +You can also run it directly from github (which has some security risks) using: ```bash # Cleans existing brew php (will not remove Valet stuff) + installs php on macOS