diff options
| author | Mike McQuaid | 2016-09-09 09:29:46 +0100 |
|---|---|---|
| committer | GitHub | 2016-09-09 09:29:46 +0100 |
| commit | b5a6b4e8e15ec5110d3ac15543990f22c5abe7b4 (patch) | |
| tree | 0c0d2a1d8937d81bb983f4e5227d04747d70627d /share | |
| parent | 930bcb7c52523a1e03a1de132192ad4cdd74ce7a (diff) | |
| parent | 492391f5feb5b7d2c33973729d8243f1909078f6 (diff) | |
| download | brew-b5a6b4e8e15ec5110d3ac15543990f22c5abe7b4.tar.bz2 | |
Merge pull request #896 from MikeMcQuaid/no-chown-usr-local
Don't require/recommend ownership of /usr/local.
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/Troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Troubleshooting.md b/share/doc/homebrew/Troubleshooting.md index b02c19676..31682a7bf 100644 --- a/share/doc/homebrew/Troubleshooting.md +++ b/share/doc/homebrew/Troubleshooting.md @@ -13,7 +13,7 @@ brew gist-logs <formula> * Read through the [Common Issues](Common-Issues.md). * If you’re installing something Java-related, maybe you need to install Java (`brew cask install java`)? * Check that **Command Line Tools for Xcode (CLT)** and/or **Xcode** are up to date. -* If things fail with permissions errors, check the permissions in `/usr/local`. If you’re unsure what to do, you can `sudo chown -R $(whoami) /usr/local`. +* If things fail with permissions errors, check the permissions of `/usr/local`'s subdirectories. If you’re unsure what to do, you can `cd /usr/local && sudo chown -R $(whoami) bin etc include lib sbin share var Frameworks`. ## Check to see if the issue has been reported * Check the [issue tracker](https://github.com/Homebrew/homebrew-core/issues) to see if someone else has already reported the same issue. |
