Created
February 24, 2012 23:44
Pure Arc Setup
This file contains 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
#!/bin/bash | |
mkdir ~/.arc_install | |
cd ~/.arc_install | |
git clone git://github.com/facebook/libphutil.git | |
git clone git://github.com/facebook/arcanist.git | |
echo | |
echo | |
echo "DONE *************************************************" | |
echo | |
echo " Add \"~/.arc_install/arcanist/bin\" to your path" | |
echo | |
echo " Then run \"arc install-certificate\"" | |
echo | |
echo "******************************************************" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment