diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-06-24 08:45:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 08:45:42 -0400 |
commit | e2488d29089f24b5eedfe9e20b3be282c288ab68 (patch) | |
tree | 5267bf921b15ddce8e24283969d29a26f8089411 /README.md | |
parent | 6fc77add1163658fbabbcb9372331791e1e1cdd1 (diff) | |
parent | 5f9a88972f3a511fd6083d44939da740ee91ea97 (diff) | |
download | servo-e2488d29089f24b5eedfe9e20b3be282c288ab68.tar.gz servo-e2488d29089f24b5eedfe9e20b3be282c288ab68.zip |
Auto merge of #25737 - jsjoeio:patch-1, r=paulrouget
docs(README): update mac installation
<!-- Please describe your changes on the following line: -->
This clarifies the mac installation instructions.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [x] These changes fix #22905
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because it's a change to the `README`
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index a103aa9c788..05bece8a145 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,10 @@ Xcode version 10.2 or above is recommended. ##### On macOS (Homebrew) +NOTE: run these steps after you've cloned the project locally. + ``` sh +cd servo brew bundle install --file=etc/taskcluster/macos/Brewfile brew bundle install --file=etc/taskcluster/macos/Brewfile-build pip install virtualenv |