File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ documentation.
1818
1919[ tutorial ] : http://static.rust-lang.org/doc/tutorial.html
2020[ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
21- [ win-exe ] : http://static.rust-lang.org/dist/rust-0.8 -install.exe
21+ [ win-exe ] : http://static.rust-lang.org/dist/rust-0.9 -install.exe
2222
2323### Linux / OS X
2424
@@ -33,9 +33,9 @@ documentation.
3333
3434 To build from the [ tarball] do:
3535
36- $ curl -O http://static.rust-lang.org/dist/rust-0.8 .tar.gz
37- $ tar -xzf rust-0.8 .tar.gz
38- $ cd rust-0.8
36+ $ curl -O http://static.rust-lang.org/dist/rust-0.9 .tar.gz
37+ $ tar -xzf rust-0.9 .tar.gz
38+ $ cd rust-0.9
3939
4040 Or to build from the [ repo] do:
4141
@@ -60,8 +60,8 @@ documentation.
60604 . Enjoy!
6161
6262[ repo ] : https://github.com/mozilla/rust
63- [ tarball ] : http://static.rust-lang.org/dist/rust-0.8 .tar.gz
64- [ tutorial ] : http://static.rust-lang.org/doc/0.8 /tutorial.html
63+ [ tarball ] : http://static.rust-lang.org/dist/rust-0.9 .tar.gz
64+ [ tutorial ] : http://static.rust-lang.org/doc/0.9 /tutorial.html
6565
6666## Notes
6767
Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ If you've fulfilled those prerequisites, something along these lines
103103should work.
104104
105105~~~~ {.notrust}
106- $ curl -O http://static.rust-lang.org/dist/rust-0.8 .tar.gz
107- $ tar -xzf rust-0.8 .tar.gz
108- $ cd rust-0.8
106+ $ curl -O http://static.rust-lang.org/dist/rust-0.9 .tar.gz
107+ $ tar -xzf rust-0.9 .tar.gz
108+ $ cd rust-0.9
109109$ ./configure
110110$ make && make install
111111~~~~
@@ -120,8 +120,8 @@ When complete, `make install` will place several programs into
120120` /usr/local/bin ` : ` rustc ` , the Rust compiler; ` rustdoc ` , the
121121API-documentation tool; and ` rustpkg ` , the Rust package manager.
122122
123- [ tarball ] : http://static.rust-lang.org/dist/rust-0.8 .tar.gz
124- [ win-exe ] : http://static.rust-lang.org/dist/rust-0.8 -install.exe
123+ [ tarball ] : http://static.rust-lang.org/dist/rust-0.9 .tar.gz
124+ [ win-exe ] : http://static.rust-lang.org/dist/rust-0.9 -install.exe
125125
126126## Compiling your first program
127127
You can’t perform that action at this time.
0 commit comments