aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1fbd7fde3..d19a471a2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
# Homebrew
Features, usage and installation instructions are [summarised on the homepage](http://brew.sh).
+## Update Bug
+If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run:
+```bash
+cd $(brew --repo); git fetch; git reset --hard origin/master; brew update
+```
+
## What Packages Are Available?
1. Type `brew search` for a list.
2. Or visit [braumeister.org](http://braumeister.org) to browse packages online.