From c3f7ad66e459c033043fe4ee677c6d2bd1610b97 Mon Sep 17 00:00:00 2001 From: Matt Dennewitz Date: Thu, 2 Mar 2017 10:36:06 -0600 Subject: [PATCH] Update README.MacOS.md `php56-v8js` now a part of `homebrew-php` --- README.MacOS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.MacOS.md b/README.MacOS.md index 076e7f1..c468f4d 100644 --- a/README.MacOS.md +++ b/README.MacOS.md @@ -3,8 +3,7 @@ V8Js on MacOS Installation of V8Js on MacOS is pretty much straight forward. -If you have [brew](https://brew.sh) around, just `brew install -php56-v8js` (or `php54-v8js` / `php55-v8js` depending on your PHP +If you have [brew](https://brew.sh) around, just `brew install homebrew/php/php56-v8js` (or `php54-v8js` / `php55-v8js` depending on your PHP version) and you should be done. This will install a recent version of V8 along with this extension.