mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix -R flag in chown command line.
Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
parent
822a30e39d
commit
dbcadfeb17
2
README
2
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:
|
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
|
I already have a bunch of junk in /usr/local
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user