File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ If you've fulfilled those prerequisites, something along these lines
99
99
should work.
100
100
101
101
~~~~ {.notrust}
102
- $ curl -O http://static.rust-lang.org/dist/rust-0.6 .tar.gz
103
- $ tar -xzf rust-0.6 .tar.gz
104
- $ cd rust-0.6
102
+ $ curl -O http://static.rust-lang.org/dist/rust-0.7 .tar.gz
103
+ $ tar -xzf rust-0.7 .tar.gz
104
+ $ cd rust-0.7
105
105
$ ./configure
106
106
$ make && make install
107
107
~~~~
@@ -119,8 +119,8 @@ API-documentation tool; `rustpkg`, the Rust package manager;
119
119
interface for them, and for a few common command line scenarios.
120
120
121
121
[ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
122
- [ tarball ] : http://static.rust-lang.org/dist/rust-0.6 .tar.gz
123
- [ win-exe ] : http://static.rust-lang.org/dist/rust-0.6 -install.exe
122
+ [ tarball ] : http://static.rust-lang.org/dist/rust-0.7 .tar.gz
123
+ [ win-exe ] : http://static.rust-lang.org/dist/rust-0.7 -install.exe
124
124
125
125
## Compiling your first program
126
126
You can’t perform that action at this time.
0 commit comments