1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Document installation of phantomjs via MacPorts.

This commit is contained in:
Sahil Muthoo 2013-01-01 16:43:28 +05:30
parent 49d1dbc280
commit 9e7b29ac15

View file

@ -30,6 +30,7 @@ dependencies* (you don't need Qt, or a running X server, etc.)
### Mac ### ### Mac ###
* *Homebrew*: `brew install phantomjs` * *Homebrew*: `brew install phantomjs`
* *MacPorts*: `sudo port install phantomjs`
* *Manual install*: [Download this](http://code.google.com/p/phantomjs/downloads/detail?name=phantomjs-1.7.0-macosx.zip&can=2&q=) * *Manual install*: [Download this](http://code.google.com/p/phantomjs/downloads/detail?name=phantomjs-1.7.0-macosx.zip&can=2&q=)
### Linux ### ### Linux ###