aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel D. Beck2016-11-06 17:51:26 +0000
committerDaniel D. Beck2016-11-06 17:51:26 +0000
commit36431d94b8cfeac0428c67919e324a9bc5b7c6c9 (patch)
tree994ccdc6d4250214ab795a6236740da91e43bf86
parent459d732714d94a574fa6525f04a3ee04a36be353 (diff)
downloadbrew-36431d94b8cfeac0428c67919e324a9bc5b7c6c9.tar.bz2
stop short-circuiting the common issues troubleshooting steps
-rw-r--r--docs/Troubleshooting.md7
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).