Bump version numbers in docs

This commit is contained in:
Brian Anderson 2012-12-19 18:03:03 -08:00
parent e0072e39a7
commit 6742c982a4
2 changed files with 10 additions and 10 deletions

View File

@ -42,9 +42,9 @@ packages:
Assuming you're on a relatively modern *nix system and have met the
prerequisites, something along these lines should work.
$ wget http://dl.rust-lang.org/dist/rust-0.4.tar.gz
$ tar -xzf rust-0.4.tar.gz
$ cd rust-0.4
$ wget http://dl.rust-lang.org/dist/rust-0.5.tar.gz
$ tar -xzf rust-0.5.tar.gz
$ cd rust-0.5
$ ./configure
$ make && make install
@ -59,8 +59,8 @@ When complete, `make install` will place several programs into
API-documentation tool, and `cargo`, the Rust package manager.
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
[tarball]: http://dl.rust-lang.org/dist/rust-0.4.tar.gz
[win-exe]: http://dl.rust-lang.org/dist/rust-0.4-install.exe
[tarball]: http://dl.rust-lang.org/dist/rust-0.5.tar.gz
[win-exe]: http://dl.rust-lang.org/dist/rust-0.5-install.exe
## License

View File

@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines
should work.
~~~~ {.notrust}
$ curl -O http://dl.rust-lang.org/dist/rust-0.4.tar.gz
$ tar -xzf rust-0.4.tar.gz
$ cd rust-0.4
$ curl -O http://dl.rust-lang.org/dist/rust-0.5.tar.gz
$ tar -xzf rust-0.5.tar.gz
$ cd rust-0.5
$ ./configure
$ make && make install
~~~~
@ -118,8 +118,8 @@ When complete, `make install` will place several programs into
API-documentation tool, and `cargo`, the Rust package manager.
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
[tarball]: http://dl.rust-lang.org/dist/rust-0.4.tar.gz
[win-exe]: http://dl.rust-lang.org/dist/rust-0.4-install.exe
[tarball]: http://dl.rust-lang.org/dist/rust-0.5.tar.gz
[win-exe]: http://dl.rust-lang.org/dist/rust-0.5-install.exe
## Compiling your first program