Skip to content
Snippets Groups Projects
Commit 1e76a207 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Tell people about update bug in README/issue template.

parent 36b0666f
No related branches found
No related tags found
No related merge requests found
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: # Please follow the general troubleshooting steps first:
- [ ] Ran `brew update` and retried your prior step? - [ ] Ran `brew update` and retried your prior step?
......
# Homebrew # Homebrew
Features, usage and installation instructions are [summarised on the homepage](http://brew.sh). 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? ## What Packages Are Available?
1. Type `brew search` for a list. 1. Type `brew search` for a list.
2. Or visit [braumeister.org](http://braumeister.org) to browse packages online. 2. Or visit [braumeister.org](http://braumeister.org) to browse packages online.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment