aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Shikama <kent@kentshikama.com>2019-11-29 08:58:37 -0800
committerKent Shikama <kent@kentshikama.com>2019-11-29 08:58:37 -0800
commit20da2394a02d7000412c14235f88bf04e1e71cb1 (patch)
treea20729c938cbf5723c5e662f00e960173370e6ba
parentf9c69e84a9301f2bb84a5d525609aa1db1c43691 (diff)
downloadservo-20da2394a02d7000412c14235f88bf04e1e71cb1.tar.gz
servo-20da2394a02d7000412c14235f88bf04e1e71cb1.zip
Update README with new brew bundle file
This is a follow up from 203a06ff24966d3e5ee20b9c190addb9e05d3809 (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 ```
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e3815de4799..98687f13fe8 100644
--- a/README.md
+++ b/README.md
@@ -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
```