... | ... | @@ -18,7 +18,13 @@ It is not intended to replace more robust developing environments such as Vagran |
|
|
|
|
|
#### Instructions for Mac OS X
|
|
|
|
|
|
###### uninstall
|
|
|
|
|
|
|
|
|
|
|
|
###### uninstall homebrew
|
|
|
```bash
|
|
|
cd `brew --prefix`
|
|
|
rm -rf Cellar
|
|
|
brew prune
|
|
|
rm -rf Library .git .gitignore bin/brew README.md share/man/man1/brew
|
|
|
rm -rf ~/Library/Caches/Homebrew
|
|
|
```
|
|
|
|
|
|
###### install homebrew |