diff --git a/README.md b/README.md index aecf062357d..18ebe6c2ade 100644 --- a/README.md +++ b/README.md @@ -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