diff options
| author | Mike McQuaid | 2016-08-13 08:45:36 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-08-13 08:45:36 +0100 |
| commit | 1e76a207b5bfacebee0a7198318230446be8da47 (patch) | |
| tree | fa12c55b3cb8c0102015ac84c6e93e9ce6502c78 | |
| parent | 36b0666f257ab0c48a6c0a4e2d67418fcf98c38c (diff) | |
| download | brew-1e76a207b5bfacebee0a7198318230446be8da47.tar.bz2 | |
Tell people about update bug in README/issue template.
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2316ba6e8..192aa471e 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? @@ -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. |
