README: remove update bug mention.
Enough time has passed that we can remove this disappointment from our README.master
parent
0313d7cbd3
commit
9333c1c276
|
@ -1,12 +1,6 @@
|
||||||
# Homebrew Core
|
# Homebrew Core
|
||||||
Core formulae for the Homebrew package manager.
|
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?
|
## How do I install these formulae?
|
||||||
Just `brew install <formula>`. This is the default tap for Homebrew and is installed by default.
|
Just `brew install <formula>`. This is the default tap for Homebrew and is installed by default.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue