diff options
| author | Mike McQuaid | 2017-05-10 11:36:55 -0500 |
|---|---|---|
| committer | GitHub | 2017-05-10 11:36:55 -0500 |
| commit | fa1e23823c623adc235eb0de44eb84539ac5a17d (patch) | |
| tree | 7544cb742657c96f93106bebdeff60d95949d99d /docs | |
| parent | f1d4c4be78905be0d5fd83922ff1262ed92ba4e8 (diff) | |
| parent | 978c12127612c81012faa07e976a2f253ae8aa78 (diff) | |
| download | brew-fa1e23823c623adc235eb0de44eb84539ac5a17d.tar.bz2 | |
Merge pull request #2618 from MikeMcQuaid/issue-troubleshooting-tweaks
Tweak troubleshooting docs and issue template
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Troubleshooting.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 180dac1fd..2ffa256d1 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -13,12 +13,11 @@ Follow these steps to fix common problems: * Check that **Command Line Tools for Xcode (CLT)** and **Xcode** are up to date. * If commands fail with permissions errors, check the permissions of `/usr/local`'s subdirectories. If you’re unsure what to do, you can run `cd /usr/local && sudo chown -R $(whoami) bin etc include lib sbin share var Frameworks`. * Read through the [Common Issues](Common-Issues.md). -* If you’re installing something Java-related, make sure you have installed Java (you can run `brew cask install java`). ## Check to see if the issue has been reported * Search the [issue tracker](https://github.com/Homebrew/homebrew-core/issues) to see if someone else has already reported the same issue. -* Make sure you search issues on the correct repository. If a formula that has failed to build is part of a tap like [homebrew/science](https://github.com/Homebrew/homebrew-science/issues) or [homebrew/dupes](https://github.com/Homebrew/homebrew-dupes/issues) check those issue trackers instead. +* Make sure you search issues on the correct repository. If a formula that has failed to build is part of a tap like [homebrew/science](https://github.com/Homebrew/homebrew-science/issues) or a cask is part of [caskroom/cask](https://github.com/caskroom/homebrew-cask/issues) check those issue trackers instead. ## Create an issue |
