Skip to content

Instantly share code, notes, and snippets.

@michaeljs1990
Created July 14, 2015 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeljs1990/adc2a707a55b39075974 to your computer and use it in GitHub Desktop.
Save michaeljs1990/adc2a707a55b39075974 to your computer and use it in GitHub Desktop.
arc install brew
| => brew install arcanist
Error: arcanist is a head-only formula
Install with `brew install --HEAD arcanist`
/usr/local @ michael (mschuett)
| => brew install --HEAD arcanist
==> Cloning https://github.com/phacility/arcanist.git
Updating /Library/Caches/Homebrew/arcanist--git
==> Checking out branch master
==> Downloading https://github.com/phacility/libphutil/archive/master.tar.gz
Already downloaded: /Library/Caches/Homebrew/arcanist--libphutil-HEAD.tar.gz
🍺 /usr/local/Cellar/arcanist/HEAD: 1303 files, 12M, built in 2 seconds
/usr/local @ michael (mschuett)
| => brew upgrade arcanist
Error: arcanist HEAD already installed
/usr/local @ michael (mschuett)
| => brew reinstall --HEAD arcanist
==> Reinstalling arcanist
==> Cloning https://github.com/phacility/arcanist.git
Updating /Library/Caches/Homebrew/arcanist--git
==> Checking out branch master
==> Downloading https://github.com/phacility/libphutil/archive/master.tar.gz
Already downloaded: /Library/Caches/Homebrew/arcanist--libphutil-HEAD.tar.gz
🍺 /usr/local/Cellar/arcanist/HEAD: 1303 files, 12M, built in 2 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment