From c186b4be6b773243b6f066df450be77508fe31a6 Mon Sep 17 00:00:00 2001 From: Adrien Brault Date: Wed, 6 Aug 2014 23:09:08 -0700 Subject: [PATCH] Fix typo in the tutorial --- src/doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index e4480e26ccc..fe97a2173b8 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -76,7 +76,7 @@ OS X, the install page provides links to native installers. > the precise details of which are not discussed here. For Linux and OS X, the install page provides links to binary tarballs. -To install the Rust compiler from the from a binary tarball, download +To install the Rust compiler from a binary tarball, download the binary package, extract it, and execute the `install.sh` script in the root directory of the package.