Skip to content

Commit 1e76a20

Browse files
committed
Tell people about update bug in README/issue template.
1 parent 36b0666 commit 1e76a20

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
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`.
2+
13
# Please follow the general troubleshooting steps first:
24

35
- [ ] Ran `brew update` and retried your prior step?

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Homebrew
22
Features, usage and installation instructions are [summarised on the homepage](http://brew.sh).
33

4+
## Update Bug
5+
If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run:
6+
```bash
7+
cd $(brew --repo); git fetch; git reset --hard origin/master; brew update
8+
```
9+
410
## What Packages Are Available?
511
1. Type `brew search` for a list.
612
2. Or visit [braumeister.org](http://braumeister.org) to browse packages online.

0 commit comments

Comments
 (0)