diff options
| author | Daniel D. Beck | 2016-11-06 17:51:26 +0000 | 
|---|---|---|
| committer | Daniel D. Beck | 2016-11-06 17:51:26 +0000 | 
| commit | 36431d94b8cfeac0428c67919e324a9bc5b7c6c9 (patch) | |
| tree | 994ccdc6d4250214ab795a6236740da91e43bf86 /docs/Troubleshooting.md | |
| parent | 459d732714d94a574fa6525f04a3ee04a36be353 (diff) | |
| download | brew-36431d94b8cfeac0428c67919e324a9bc5b7c6c9.tar.bz2 | |
stop short-circuiting the common issues troubleshooting steps
Diffstat (limited to 'docs/Troubleshooting.md')
| -rw-r--r-- | docs/Troubleshooting.md | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 0ba5ed73e..25a684ae5 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -1,11 +1,6 @@  # Troubleshooting -**Run `brew update` (twice) and `brew doctor` *before* creating an issue!** -When creating a formula-related issue please include the link output by running: - -```shell -brew gist-logs <formula> -``` +Before creating an issue, check for common issues and make sure your issue has not already been reported.  ## Check for common issues  * Run `brew update` (twice). | 
