aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Grzesiak and Nick Karpenske2009-10-22 10:03:43 -0500
committerMax Howell2009-10-23 19:22:51 +0100
commit7375758c9aed688541eab90a2053dacd22c2a478 (patch)
treede07ca16790d0971ba33c6bfe44b09904783243b
parentd967421c6e8f188bc19d894b9c953be2a6abb1c5 (diff)
downloadbrew-7375758c9aed688541eab90a2053dacd22c2a478.tar.bz2
Warn that chown -R /usr/local may break mysql
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d6acdd2e..0fb4fc0d7 100644
--- a/README.md
+++ b/README.md
@@ -163,6 +163,12 @@ Let this be the last sudo you do for quite some time:
sudo chown -R `whoami` /usr/local
+_NOTE_: Performing the above command *may* break some programs that are already
+installed in /usr/local. One specific example is mysql. Fixing mysql may be
+as simple as:
+
+ sudo chown -R mysql:mysql `brew --prefix`/mysql
+
But! I already have a bunch of junk in /usr/local
-------------------------------------------------
Homebrew can co-exist with any software already installed in its prefix.