mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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. -->
This commit is contained in:
commit
e2488d2908
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue