File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ documentation.
18
18
19
19
[ tutorial ] : http://static.rust-lang.org/doc/tutorial.html
20
20
[ 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
22
22
23
23
### Linux / OS X
24
24
@@ -33,9 +33,9 @@ documentation.
33
33
34
34
To build from the [ tarball] do:
35
35
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
39
39
40
40
Or to build from the [ repo] do:
41
41
@@ -60,8 +60,8 @@ documentation.
60
60
4 . Enjoy!
61
61
62
62
[ 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
65
65
66
66
## Notes
67
67
Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ If you've fulfilled those prerequisites, something along these lines
103
103
should work.
104
104
105
105
~~~~ {.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
109
109
$ ./configure
110
110
$ make && make install
111
111
~~~~
@@ -120,8 +120,8 @@ When complete, `make install` will place several programs into
120
120
` /usr/local/bin ` : ` rustc ` , the Rust compiler; ` rustdoc ` , the
121
121
API-documentation tool; and ` rustpkg ` , the Rust package manager.
122
122
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
125
125
126
126
## Compiling your first program
127
127
You can’t perform that action at this time.
0 commit comments