diff --git a/README.md b/README.md index 585915de242..d0216816b40 100644 --- a/README.md +++ b/README.md @@ -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