Skip to content

Commit 750bd0e

Browse files
committed
---
yaml --- r: 24550 b: refs/heads/try2 c: 08368a3 h: refs/heads/master v: v3
1 parent 4ec50ae commit 750bd0e

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
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: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: cc3b6bf2f07aee96ab51ac4c147fbeabed3aa4ec
8+
refs/heads/try2: 08368a38d3f857db618359010ee438661cd140b2
99
refs/heads/incoming: 05543fd04dfb3f63b453a331e239ceb1a9a219f9
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/doc/tutorial.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,10 @@ $ make && make install
162162
~~~~
163163

164164
You may need to use `sudo make install` if you do not normally have
165-
permission to modify the destination directory (either `/usr/local/bin`
166-
or the directory specified with to `configure` with `--prefix`).
165+
permission to modify the destination directory. The install locations
166+
can be adjusted by passing a `--prefix` argument to
167+
`configure`. Various other options are also supported, pass `--help`
168+
for more information on them.
167169

168170
When complete, `make install` will place the following programs into
169171
`/usr/local/bin`:
@@ -172,13 +174,6 @@ When complete, `make install` will place the following programs into
172174
* `rustdoc`, the API-documentation tool
173175
* `cargo`, the Rust package manager
174176

175-
In addition to a manual page under `/usr/local/share/man` and
176-
a set of host and target libraries under `/usr/local/lib/rustc`.
177-
178-
The install locations can be adjusted by passing a `--prefix` argument
179-
to `configure`. Various other options are also supported, pass `--help`
180-
for more information on them.
181-
182177
[wiki-get-started]: https://github.com/mozilla/rust/wiki/Doc-getting-started
183178
[tarball]: http://dl.rust-lang.org/dist/rust-0.1.tar.gz
184179

0 commit comments

Comments
 (0)