Browse code

Don't instruct to run Homebrew as root

This is not supported:

$ sudo brew install fzy
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.

Scott Stevenson authored on 22/10/2017 10:19:15
Showing 1 changed files

... ...
@@ -45,7 +45,7 @@ the default is `/usr/local`.
45 45
 
46 46
 Using Homebrew
47 47
 
48
-    sudo brew install fzy
48
+    brew install fzy
49 49
 
50 50
 Using MacPorts
51 51