Replaced ; with && under Update Bug in README.md. (#815)

* Replaced ; with && under Update Bug in README.md.

* Updated issue template's brew update fix.
This commit is contained in:
Tim D. Smith 2016-08-26 16:43:25 -07:00 committed by GitHub
commit f4fb655aaa
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
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`.
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:

View File

@ -4,7 +4,7 @@ Features, usage and installation instructions are [summarised on the homepage](h
## 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
cd $(brew --repo) && git fetch && git reset --hard origin/master && brew update
```
## What Packages Are Available?