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 @@ -42,9 +42,9 @@ packages:
42
42
Assuming you're on a relatively modern * nix system and have met the
43
43
prerequisites, something along these lines should work.
44
44
45
- $ curl -O http://static.rust-lang.org/dist/rust-0.6 .tar.gz
46
- $ tar -xzf rust-0.6 .tar.gz
47
- $ cd rust-0.6
45
+ $ curl -O http://static.rust-lang.org/dist/rust-0.7 .tar.gz
46
+ $ tar -xzf rust-0.7 .tar.gz
47
+ $ cd rust-0.7
48
48
$ ./configure
49
49
$ make && make install
50
50
@@ -59,8 +59,8 @@ When complete, `make install` will place several programs into
59
59
API-documentation tool, and ` rustpkg ` , the Rust package manager and build system.
60
60
61
61
[ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
62
- [ tarball ] : http://static.rust-lang.org/dist/rust-0.6 .tar.gz
63
- [ win-exe ] : http://static.rust-lang.org/dist/rust-0.6 -install.exe
62
+ [ tarball ] : http://static.rust-lang.org/dist/rust-0.7 .tar.gz
63
+ [ win-exe ] : http://static.rust-lang.org/dist/rust-0.7 -install.exe
64
64
65
65
66
66
## License
You can’t perform that action at this time.
0 commit comments