mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
update readme (#31522)
This commit is contained in:
parent
602a5092c0
commit
3098c3d121
1 changed files with 7 additions and 7 deletions
14
README.md
14
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue