Created
July 14, 2015 01:18
-
-
Save michaeljs1990/adc2a707a55b39075974 to your computer and use it in GitHub Desktop.
arc install brew
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
| => 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