mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update README.md
This commit is contained in:
parent
baac1e2c69
commit
a5e88d8ee5
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -38,6 +38,16 @@ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none
|
||||||
See also [Other installation methods](
|
See also [Other installation methods](
|
||||||
https://github.com/rust-lang-nursery/rustup.rs/#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
|
### Other dependencies
|
||||||
|
|
||||||
Please select your operating system:
|
Please select your operating system:
|
||||||
|
@ -56,7 +66,10 @@ Xcode version 10.2 or above is recommended.
|
||||||
|
|
||||||
##### On macOS (Homebrew)
|
##### On macOS (Homebrew)
|
||||||
|
|
||||||
|
NOTE: run these steps after you've cloned the project locally.
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
|
cd servo
|
||||||
brew bundle install --file=etc/taskcluster/macos/Brewfile
|
brew bundle install --file=etc/taskcluster/macos/Brewfile
|
||||||
brew bundle install --file=etc/taskcluster/macos/Brewfile-build
|
brew bundle install --file=etc/taskcluster/macos/Brewfile-build
|
||||||
pip install virtualenv
|
pip install virtualenv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue