auto merge of #9327 : larsbergstrom/rust/tutorial_installation_tweak, r=catamorphism

I've had multiple people whom I pointed at the Rust tutorial ask me where to download the snapshot compiler, so I made the text more explicit.
This commit is contained in:
bors 2013-09-20 09:56:09 -07:00
commit b7bbc2eea2
1 changed files with 2 additions and 3 deletions

View File

@ -63,9 +63,8 @@ recommended.
Since the Rust compiler is written in Rust, it must be built by Since the Rust compiler is written in Rust, it must be built by
a precompiled "snapshot" version of itself (made in an earlier state a precompiled "snapshot" version of itself (made in an earlier state
of development). As such, source builds require a connection to of development). The source build automatically fetches these snapshots
the Internet, to fetch snapshots, and an OS that can execute the from the Internet on our supported platforms.
available snapshot binaries.
Snapshot binaries are currently built and tested on several platforms: Snapshot binaries are currently built and tested on several platforms: