Remove some irrelevant text from README

The quick start already links to the book. I think its not necessary
to do in the build instructions.
This commit is contained in:
Brian Anderson 2015-02-12 19:33:03 -08:00
parent 8dcc886d68
commit 9df38bf658
1 changed files with 0 additions and 3 deletions

View File

@ -46,8 +46,6 @@ Read ["Installing Rust"][install] from [The Book][trpl].
When complete, `make install` will place several programs into
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
API-documentation tool.
3. Read [The Rust Programming Language][trpl].
4. Enjoy!
### Building on Windows
@ -75,7 +73,6 @@ $ pacman -S base-devel
[repo]: https://github.com/rust-lang/rust
[tarball]: https://static.rust-lang.org/dist/rustc-nightly-src.tar.gz
[trpl]: http://doc.rust-lang.org/book/index.html
## Notes