From 5e5b10730653b2a1c9103e2761081a33547d079d Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 15 Sep 2012 18:55:06 -0700 Subject: [PATCH] docs: Bump tarball versions in tutorial --- doc/tutorial.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index 6541cb097ae..a099f90e000 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -123,9 +123,9 @@ source on Windows requires some extra steps: please see the [getting started][wiki-get-started] page on the Rust wiki. ~~~~ {.notrust} -$ wget http://dl.rust-lang.org/dist/rust-0.3.tar.gz -$ tar -xzf rust-0.3.tar.gz -$ cd rust-0.3 +$ wget http://dl.rust-lang.org/dist/rust-0.4.tar.gz +$ tar -xzf rust-0.4.tar.gz +$ cd rust-0.4 $ ./configure $ make && make install ~~~~ @@ -144,7 +144,7 @@ When complete, `make install` will place the following programs into * `cargo`, the Rust package manager [wiki-get-started]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust -[tarball]: http://dl.rust-lang.org/dist/rust-0.3.tar.gz +[tarball]: http://dl.rust-lang.org/dist/rust-0.4.tar.gz ## Compiling your first program