about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-02-12 19:33:03 -0800
committerBrian Anderson <banderson@mozilla.com>2015-02-12 20:36:21 -0800
commit9df38bf6583ff27e5184513b397955d3b169bbdf (patch)
treeb05c348b3a0fdb953c35d468db45a4994f10980c
parent8dcc886d68ea87a84cb3121bc691da2fa8ce8887 (diff)
downloadrust-9df38bf6583ff27e5184513b397955d3b169bbdf.tar.gz
rust-9df38bf6583ff27e5184513b397955d3b169bbdf.zip
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.
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 28a622c4fcc..9d7c939ff9d 100644
--- a/README.md
+++ b/README.md
@@ -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