Created
March 22, 2017 20:32
-
-
Save rodolfobandeira/6fae26242cdd5b0c8e7b31f0b49fc39a to your computer and use it in GitHub Desktop.
PhantomJS 1.8.2 on MacOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| phamtomjs -v | |
| 2.1.1 | |
| curl http://repo1.maven.org/maven2/com/github/klieber/phantomjs/1.8.2/phantomjs-1.8.2-macosx.zip -o phantomjs-1.8.2.zip | |
| unzip -x phantomjs-1.8.2.zip | |
| which phantomjs | |
| /usr/local/bin/phantomjs | |
| mv ./phantomjs-1.8.2-macosx/bin/phantomjs /usr/local/bin/phantomjs | |
| phantomjs --version | |
| 1.8.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment