From e03bd77be83bf38533a851d518c4491eaf92e566 Mon Sep 17 00:00:00 2001 From: Uwe Dauernheim Date: Fri, 17 Jun 2016 09:50:22 +0900 Subject: [PATCH] Do not run Homebrew's brew under sudo This can cause permission problems otherwise. The privilege elevation is not required for ~99% of users, as Homebrew's own advice is to install Formulas without `sudo` and therefore most people follow it: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/FAQ.md#why-does-homebrew-say-sudo-is-bad- --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9361c83d..85410ac3 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ sudo apt-get install curl libsnappy-dev autoconf automake libtool pkg-config **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: