... | @@ -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`
|
... | @@ -30,4 +32,5 @@ rm -rf ~/Library/Caches/Homebrew |
... | @@ -30,4 +32,5 @@ rm -rf ~/Library/Caches/Homebrew |
|
###### install homebrew
|
|
###### install 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)"
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|