aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoratbrakhi <atbrakhi@igalia.com>2024-03-07 16:44:15 +0530
committerGitHub <noreply@github.com>2024-03-07 11:14:15 +0000
commit3098c3d1215dddef50456e862a029e76237fa826 (patch)
treed8fb16ca2a9e904a1e747d42885fd6878933a4be /README.md
parent602a5092c0f766ff536282feb0f31291fc4f5fec (diff)
downloadservo-3098c3d1215dddef50456e862a029e76237fa826.tar.gz
servo-3098c3d1215dddef50456e862a029e76237fa826.zip
update readme (#31522)
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files 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.