... | @@ -18,6 +18,8 @@ It is not intended to replace more robust developing environments such as Vagran |
... | @@ -18,6 +18,8 @@ It is not intended to replace more robust developing environments such as Vagran |
|
|
|
|
|
#### Instructions for Mac OS X
|
|
#### Instructions for Mac OS X
|
|
|
|
|
|
|
|
IF you need to [unsinstall Homebrew](http://brew.sh)
|
|
|
|
|
|
###### uninstall homebrew
|
|
###### uninstall homebrew
|
|
```bash
|
|
```bash
|
|
cd `brew --prefix`
|
|
cd `brew --prefix`
|
... | @@ -31,3 +33,4 @@ rm -rf ~/Library/Caches/Homebrew |
... | @@ -31,3 +33,4 @@ rm -rf ~/Library/Caches/Homebrew |
|
```bash
|
|
```bash
|
|
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
|
|
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
|
|
```
|
|
```
|
|
|
|
|