From a5e88d8ee5c857e55d719ff0a131c2205c9455c1 Mon Sep 17 00:00:00 2001 From: JavaScript Joe Date: Tue, 11 Feb 2020 20:24:14 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 From 5f9a88972f3a511fd6083d44939da740ee91ea97 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 23 Jun 2020 11:09:53 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 18ebe6c2ade..963d9366966 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,6 @@ 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: