From db2e2615f83f0d63f4e82bcec15b9c05ea5e06b8 Mon Sep 17 00:00:00 2001 From: Kai Liu Date: Wed, 20 Nov 2013 14:55:33 -0800 Subject: [PATCH] Fix the format in INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 5494462059..f56323eeed 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -27,8 +27,8 @@ libraries. You are on your own. * Install bzip2: `sudo apt-get install libbz2-dev`. * **OS X**: * Install latest C++ compiler that supports C++ 11: - # Update XCode: run `xcode-select --install` (or install it from XCode App's settting). - # Install via [homebrew](http://brew.sh/). + * 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). * Install zlib, bzip2 and snappy libraries for compression.