update readme (#31522)

This commit is contained in:
atbrakhi 2024-03-07 16:44:15 +05:30 committed by GitHub
parent 602a5092c0
commit 3098c3d121
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.