From 20c8874e88b29a7e75e96de122d03e6d1c33737c Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Mon, 18 May 2015 10:21:51 -0700 Subject: [PATCH] Clarify how Servo rust snapshots work --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78ad204010a..a05045c7d6b 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,10 @@ If you're running servo on a guest machine, make sure 3D Acceleration is switche ## The Rust compiler -Servo uses a snapshot Rust compiler to build itself. This is normally a -specific revision of Rust upstream, but sometimes has a backported patch or -two. If you'd like to know the snapshot revision of Rust which we use, see +Servo automatically downloads a snapshot Rust compiler to build itself. +This is normally a specific revision of Rust upstream, but sometimes has a +backported patch or two. +If you'd like to know the snapshot revision of Rust which we use, see `./rust-snapshot-hash`. ## Building