mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
documentation: Add instructions for creating a shallow clone of the Servo repository (#31697)
* Add support for partial and shallow clones for contributors with limited internet access * Fix requested changes * small typo * Removed Trailing spaces and Fixed req changes * Small fixes to the new documentation --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
30db7a9a5f
commit
d211cfc978
1 changed files with 7 additions and 1 deletions
|
@ -11,11 +11,17 @@ 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)).
|
||||
|
||||
- Your CARGO_HOME needs to point to (or be in) the same drive as your
|
||||
Servo repository ([#28530](https://github.com/servo/servo/issues/28530)).
|
||||
- The Servo repository is big! If you have an unreliable network connection, consider
|
||||
[making a shallow clone](https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/).
|
||||
|
||||
|
||||
## Build Setup
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue