Last active
July 3, 2018 00:43
-
-
Save acoomans/9add68406be350855894bdbfe67028a9 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
#!/usr/bin/env bash | |
# https://secure.phabricator.com/book/phabricator/article/arcanist_quick_start/ | |
mkdir arcanist | |
cd arcanist | |
git clone --depth 1 https://github.com/phacility/libphutil.git | |
git clone --depth 1 https://github.com/phacility/arcanist.git | |
# export PATH="$PATH:/$HOME/src/arcanist/arcanist/bin/" | |
# arc install-certificate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment