Skip to content

Commit 8dcc886

Browse files
committed
Change README quick start instructions to defer entirely to the book.
1 parent b2f70a4 commit 8dcc886

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ documentation.
55

66
## Quick Start
77

8-
1. Download a [binary installer][installer] for your platform.
9-
2. Read [The Rust Programming Language][trpl].
10-
3. Enjoy!
8+
Read ["Installing Rust"][install] from [The Book][trpl].
119

12-
> ***Note:*** Windows users can read the detailed
13-
> [using Rust on Windows][win-wiki] notes on the wiki.
14-
15-
[installer]: http://www.rust-lang.org/install.html
10+
[install]: http://doc.rust-lang.org/book/installing-rust.html
1611
[trpl]: http://doc.rust-lang.org/book/index.html
17-
[win-wiki]: https://github.com/rust-lang/rust/wiki/Using-Rust-on-Windows
1812

1913
## Building from Source
2014

0 commit comments

Comments
 (0)