Skip to content

Commit 8cc038c

Browse files
committed
---
yaml --- r: 147894 b: refs/heads/try2 c: 1155ee9 h: refs/heads/master v: v3
1 parent 78da128 commit 8cc038c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: c229aef5670caf64888696dc0a2f6bf9505a355b
8+
refs/heads/try2: 1155ee9ee9a6a07cc5c7f93be5f3947a29b87f93
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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.
6060
4. 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

branches/try2/doc/tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ If you've fulfilled those prerequisites, something along these lines
103103
should 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
121121
API-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

0 commit comments

Comments
 (0)