Skip to content

Commit dd48e25

Browse files
committed
---
yaml --- r: 92187 b: refs/heads/auto c: d86f8b2 h: refs/heads/master i: 92185: 18afc87 92183: deb4f49 v: v3
1 parent 8ea9d2c commit dd48e25

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: 8ae340a026b734b390400655f7c155e553f720ff
16+
refs/heads/auto: d86f8b2fcab4ef70283d13982aa18cec6f66ec4f
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/doc/tutorial.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,13 @@ they don't contain references to names that aren't actually defined.
5757
5858
# Getting started
5959

60-
The Rust compiler currently must be built from a [tarball], unless you
61-
are on Windows, in which case using the [installer][win-exe] is
62-
recommended.
60+
> **NOTE**: The tarball and installer links are for the most recent release,
61+
> not master.
62+
63+
The Rust compiler currently must be built from a [tarball] or [git], unless
64+
you are on Windows, in which case using the [installer][win-exe] is
65+
recommended. There is a list of community-maintained nightly builds and
66+
packages [on the wiki][wiki-packages].
6367

6468
Since the Rust compiler is written in Rust, it must be built by
6569
a precompiled "snapshot" version of itself (made in an earlier state
@@ -84,6 +88,7 @@ supported build environments that are most likely to work.
8488
8589
[bug-3319]: https://github.com/mozilla/rust/issues/3319
8690
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
91+
[git]: https://github.com/mozilla/rust.git
8792

8893
To build from source you will also need the following prerequisite
8994
packages:
@@ -163,6 +168,9 @@ Sublime Text 2, available both [standalone][sublime] and through
163168
[Sublime Package Control][sublime-pkg], and support for Kate
164169
under `src/etc/kate`.
165170

171+
A community-maintained list of available Rust tooling is [on the
172+
wiki][wiki-packages].
173+
166174
There is ctags support via `src/etc/ctags.rust`, but many other
167175
tools and editors are not yet supported. If you end up writing a Rust
168176
mode for your favorite editor, let us know so that we can link to it.
@@ -3258,4 +3266,4 @@ There is further documentation on the [wiki], however those tend to be even more
32583266
[rustpkg]: tutorial-rustpkg.html
32593267

32603268
[wiki]: https://github.com/mozilla/rust/wiki/Docs
3261-
3269+
[wiki-packages]: https://github.com/mozilla/rust/wiki/Doc-packages,-editors,-and-other-tools

0 commit comments

Comments
 (0)