aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAdam Vandenberg2009-07-28 03:58:38 +0800
committerMax Howell2009-07-28 04:06:22 +0800
commitdbcadfeb17a54dd5430db776addd0d97801bc069 (patch)
tree1911201f5a43c995c5bad12f7af313938b33af8d /README
parent822a30e39d99afc245c785fe3e94f36399c89c55 (diff)
downloadbrew-dbcadfeb17a54dd5430db776addd0d97801bc069.tar.bz2
Fix -R flag in chown command line.
Signed-off-by: Max Howell <max@methylblue.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3a327070c..f93a0a038 100644
--- a/README
+++ b/README
@@ -120,7 +120,7 @@ installing anything system-critical. Apple already did that.
Let this be the last sudo you do for quite some time:
- $ sudo chown -r `whoami`:staff /usr/local
+ $ sudo chown -R `whoami`:staff /usr/local
I already have a bunch of junk in /usr/local
--------------------------------------------