Created
October 24, 2017 12:57
-
-
Save prabhatkashyap/7f9ba9718c74c920b73df3b2686cd364 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 it does not exist, create ~/repositories | |
| mkdir ~/repositories | |
| cd ~/repositories | |
| #clone the repository from the master branch | |
| git clone git://github.com/n1k0/casperjs.git | |
| #Symlink the relevant file into your bin | |
| ln -sf ~/repositories/casperjs/bin/casperjs ~/bin/casperjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment