README: remove update bug mention.

Enough time has passed that we can remove this disappointment from our
README.
master
Mike McQuaid 2017-07-14 15:19:45 +01:00
parent 0313d7cbd3
commit 9333c1c276
1 changed files with 0 additions and 6 deletions

View File

@ -1,12 +1,6 @@
# Homebrew Core
Core formulae for the Homebrew package manager.
## 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
```
## How do I install these formulae?
Just `brew install <formula>`. This is the default tap for Homebrew and is installed by default.