From 24c597f77fbd7057da675a2949253af71b4b4c00 Mon Sep 17 00:00:00 2001 From: Eric Raio Date: Sat, 4 May 2019 13:04:37 -0700 Subject: [PATCH] Update README.md Homebrew raises exception when running under sudo. Updating README.md to match. ``` Error: Running Homebrew as root is extremely dangerous and no longer supported. As Homebrew does not drop privileges on installation you would be giving all build scripts full access to your system. ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8f90aa..8bd270e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ sudo yum install curl autoconf automake libtool pkgconfig **On Mac OSX** ``` -sudo brew install curl autoconf automake libtool pkg-config +brew install curl autoconf automake libtool pkg-config ``` **Installing libpostal**