Skip to content

Commit 4a46635

Browse files
committed
---
yaml --- r: 94165 b: refs/heads/try c: d86f8b2 h: refs/heads/master i: 94163: a3c5df5 v: v3
1 parent f4bb7fd commit 4a46635

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5-
refs/heads/try: 8ae340a026b734b390400655f7c155e553f720ff
5+
refs/heads/try: d86f8b2fcab4ef70283d13982aa18cec6f66ec4f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)