Update README.md

This commit is contained in:
JavaScript Joe 2020-02-11 20:24:14 -08:00 committed by GitHub
parent baac1e2c69
commit a5e88d8ee5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,16 @@ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none
See also [Other installation methods](
https://github.com/rust-lang-nursery/rustup.rs/#other-installation-methods)
### Clone project
```sh
# using https
git clone https://github.com/servo/servo.git
# using ssh
git@github.com:servo/servo.git
```
### Other dependencies
Please select your operating system:
@ -56,7 +66,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