Merge pull request #70 from djui/patch-1

Do not run Homebrew's brew under sudo
This commit is contained in:
Al Barrentine
2016-06-17 11:31:05 +02:00
committed by GitHub

View File

@@ -159,7 +159,7 @@ sudo apt-get install curl libsnappy-dev autoconf automake libtool pkg-config
**On Mac OSX** **On Mac OSX**
``` ```
sudo brew install snappy autoconf automake libtool pkg-config brew install snappy autoconf automake libtool pkg-config
``` ```
Then to install the C library: Then to install the C library: