Skip to content

Commit ad30665

Browse files
committed
---
yaml --- r: 147117 b: refs/heads/try2 c: d86f8b2 h: refs/heads/master i: 147115: 06ef963 v: v3
1 parent f15f467 commit ad30665

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
@@ -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: 8ae340a026b734b390400655f7c155e553f720ff
8+
refs/heads/try2: d86f8b2fcab4ef70283d13982aa18cec6f66ec4f
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

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