Skip to content

Instantly share code, notes, and snippets.

@jmarmolejos
Created May 27, 2016 07:30
Show Gist options
  • Select an option

  • Save jmarmolejos/88ca5d8d802f6c9334ed2492ff1d2a49 to your computer and use it in GitHub Desktop.

Select an option

Save jmarmolejos/88ca5d8d802f6c9334ed2492ff1d2a49 to your computer and use it in GitHub Desktop.
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