From e5ee35a30ed384098a3c4175a19eafb9af9bbca6 Mon Sep 17 00:00:00 2001 From: Matt Kynaston Date: Fri, 20 Nov 2015 18:19:23 +0000 Subject: [PATCH] Updated README.MacOS to recommend installing extension via brew --- README.MacOS.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.MacOS.md b/README.MacOS.md index 65a6e7e..a0f35d9 100644 --- a/README.MacOS.md +++ b/README.MacOS.md @@ -3,8 +3,11 @@ V8Js on MacOS Installation of V8Js on MacOS is pretty much straight forward. -First of all you need a pretty fresh installation of v8 library. -If you have brew around, just `brew install v8` and you should be done. +If you have [brew](https://brew.sh) around, just `brew install +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. + Otherwise you need to compile latest v8 manually. Compile latest v8