Update README with new brew bundle file

This is a follow up from 203a06ff24 (PR https://github.com/servo/servo/pull/24811/).

The old instructions lead to the following error:

```
$ brew bundle install --file=etc/taskcluster/macos/Brewfile-gstreamer

Error: No Brewfile found
```
This commit is contained in:
Kent Shikama 2019-11-29 08:58:37 -08:00
parent f9c69e84a9
commit 20da2394a0
No known key found for this signature in database
GPG key ID: D275958A0FA61427

View file

@ -58,7 +58,7 @@ Xcode version 10.2 or above is recommended.
``` sh
brew bundle install --file=etc/taskcluster/macos/Brewfile
brew bundle install --file=etc/taskcluster/macos/Brewfile-gstreamer
brew bundle install --file=etc/taskcluster/macos/Brewfile-build
pip install virtualenv
```