Skip to content

Commit 4376d59

Browse files
committed
Merge pull request #175 from kynx/readme-osx
Updated README.MacOS to recommend installing extension via brew
2 parents ff172f4 + e5ee35a commit 4376d59

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.MacOS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ V8Js on MacOS
33

44
Installation of V8Js on MacOS is pretty much straight forward.
55

6-
First of all you need a pretty fresh installation of v8 library.
7-
If you have brew around, just `brew install v8` and you should be done.
6+
If you have [brew](https://brew.sh) around, just `brew install
7+
php56-v8js` (or `php54-v8js` / `php55-v8js` depending on your PHP
8+
version) and you should be done. This will install a recent version
9+
of V8 along with this extension.
10+
811
Otherwise you need to compile latest v8 manually.
912

1013
Compile latest v8

0 commit comments

Comments
 (0)