From 3098c3d1215dddef50456e862a029e76237fa826 Mon Sep 17 00:00:00 2001 From: atbrakhi Date: Thu, 7 Mar 2024 16:44:15 +0530 Subject: [PATCH] update readme (#31522) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c4341c31b84..cdd3f52a5e9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ for help getting started. Visit the [Servo Project page](https://servo.org/) for news and guides. +## Getting Servo +``` sh +git clone https://github.com/servo/servo +cd servo +``` +Your CARGO_HOME needs to point to (or be in) the same drive as your Servo repository (See [#28530](https://github.com/servo/servo/issues/28530)). + ## Build Setup * [macOS](#macos) @@ -82,13 +89,6 @@ See also [Windows Troubleshooting Tips][windows-tips]. For information about building and running the Android build, see the [Android documentation][android-docs]. -### Cloning the Repo -Your CARGO_HOME needs to point to (or be in) the same drive as your Servo repository (See [#28530](https://github.com/servo/servo/issues/28530)). -``` sh -git clone https://github.com/servo/servo -cd servo -``` - ## Building Servo is built with [Cargo](https://crates.io/), the Rust package manager.