diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8590a4302cc..98331e7e21a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ +If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run: `cd $(brew --repo); git fetch; git reset --hard origin/master; brew update`. + # Please follow the general troubleshooting steps first: - [ ] Ran `brew update` and retried your prior step? diff --git a/README.md b/README.md index 643253085d5..dbc133737bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # 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 `. This is the default tap for Homebrew and is installed by default.