Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@makinde
Created February 24, 2012 23:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makinde/1904652 to your computer and use it in GitHub Desktop.
Save makinde/1904652 to your computer and use it in GitHub Desktop.
Pure Arc Setup
#!/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