summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Stevenson <scott@stevenson.io>2017-10-22 11:19:15 +0100
committerScott Stevenson <scott@stevenson.io>2017-10-22 11:19:55 +0100
commit5b495243e59f4400e286ba3fa76c99158c33dfcc (patch)
tree174fe9ee543df0d95b6a348b28901f78d265c059
parentd9f926fc4015ec06913ef56617ae022f5c18ab8c (diff)
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ed4b659..84aeb1c 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ the default is `/usr/local`.
Using Homebrew
- sudo brew install fzy
+ brew install fzy
Using MacPorts