Created
October 24, 2017 12:53
-
-
Save prabhatkashyap/179e826bedbc3c88435e45d3642b8f22 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
| #If you don't have bin under your home folder, create it | |
| mkdir ~/bin | |
| #64-bit | |
| mv phantomjs-1.9.1-linux-x86_64/bin/phantomjs ~/bin/phantomjs | |
| #32-bit | |
| mv phantomjs-1.9.1-linux-i686/bin/phantomjs ~/bin/phantomjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment