Created
May 27, 2016 07:30
-
-
Save jmarmolejos/88ca5d8d802f6c9334ed2492ff1d2a49 to your computer and use it in GitHub Desktop.
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
| cd /usr/local/share/ | |
| sudo wget http://phantomjs.googlecode.com/files/phantomjs-x.y.z-linux-x86_64.tar.bz2 | |
| sudo tar jxvf phantomjs-x.y.z-linux-x86_64.tar.bz2 | |
| sudo ln -s /usr/local/share/phantomjs-x.y.z-linux-x86_64/ /usr/local/share/phantomjs | |
| sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/local/bin/phantomjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment