diff --git a/INSTALL.md b/INSTALL.md index 330f8bcbd46060e1b9131e75c19600d07a75b4c6..c6af083a33d823b0a5b6488c61fa0536028deeae 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -75,7 +75,7 @@ your make commands, like this: `PORTABLE=1 make static_lib` * Update XCode: run `xcode-select --install` (or install it from XCode App's settting). * Install via [homebrew](http://brew.sh/). * If you're first time developer in MacOS, you still need to run: `xcode-select --install` in your command line. - * run `brew tap homebrew/dupes; brew install gcc47 --use-llvm` to install gcc 4.7 (or higher). + * run `brew tap homebrew/versions; brew install gcc47 --use-llvm` to install gcc 4.7 (or higher). * run `brew install rocksdb` * **iOS**: