From 20da2394a02d7000412c14235f88bf04e1e71cb1 Mon Sep 17 00:00:00 2001 From: Kent Shikama Date: Fri, 29 Nov 2019 08:58:37 -0800 Subject: [PATCH] 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 ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```