From 8e663964c1f023f3f4fc9c8b72ce9b871724ae04 Mon Sep 17 00:00:00 2001 From: DirtyF Date: Sat, 14 Dec 2013 20:24:22 +0100 Subject: [PATCH] add phpbrew as a solution to handle PHP on Mac OSX --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 392af4339..fe90c50cc 100755 --- a/Readme.md +++ b/Readme.md @@ -30,8 +30,8 @@ Requirements If you use Mac OSX, it still doesn't use php 5.4 as default php version... There are many solutions for you : -* use linux (the best one) -* use last MAMP version and put the php bin directory in your path : +* use [phpbrew](https://github.com/c9s/phpbrew) +* use last MAMP version and put the php bin directory in your path: ```bash export PATH=/Applications/MAMP/bin/php/php5.4.x/bin/:$PATH