about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-02-12 19:30:43 -0800
committerBrian Anderson <banderson@mozilla.com>2015-02-12 20:36:21 -0800
commit8dcc886d68ea87a84cb3121bc691da2fa8ce8887 (patch)
tree6361953e82b10e0b0037e655eb27aa77aef10c5d
parentb2f70a415943c42ac13714d41db4db2f6a862b74 (diff)
downloadrust-8dcc886d68ea87a84cb3121bc691da2fa8ce8887.tar.gz
rust-8dcc886d68ea87a84cb3121bc691da2fa8ce8887.zip
Change README quick start instructions to defer entirely to the book.
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 605c2fc9a61..28a622c4fcc 100644
--- a/README.md
+++ b/README.md
@@ -5,16 +5,10 @@ documentation.
 
 ## Quick Start
 
-1. Download a [binary installer][installer] for your platform.
-2. Read [The Rust Programming Language][trpl].
-3. Enjoy!
+Read ["Installing Rust"][install] from [The Book][trpl].
 
-> ***Note:*** Windows users can read the detailed
-> [using Rust on Windows][win-wiki] notes on the wiki.
-
-[installer]: http://www.rust-lang.org/install.html
+[install]: http://doc.rust-lang.org/book/installing-rust.html
 [trpl]: http://doc.rust-lang.org/book/index.html
-[win-wiki]: https://github.com/rust-lang/rust/wiki/Using-Rust-on-Windows
 
 ## Building from Source