Skip to content
Snippets Groups Projects
Commit 33a8c993 authored by Ball's avatar Ball
Browse files

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

parent c39f0baa
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
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