Skip to content

Commit abeff97

Browse files
committed
---
yaml --- r: 7806 b: refs/heads/snap-stage3 c: 746fa27 h: refs/heads/master v: v3
1 parent 55d8873 commit abeff97

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 4168101b039d2e0dfea5f066ea13047ff9ed4ad9
4+
refs/heads/snap-stage3: 746fa279889b3ce2ed671aa06d34f15c4f34e902
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/doc/tutorial.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ packages:
9292
* curl
9393

9494
Assuming you're on a relatively modern Linux system and have met the
95-
prerequisites, something along these lines should work:
95+
prerequisites, something along these lines should work. Building from source on
96+
Windows requires some extra steps: please see the
97+
[getting started][wiki-get-started] page on the Rust wiki.
9698

9799
~~~~
98100
## notrust
@@ -103,8 +105,9 @@ $ ./configure
103105
$ make && make install
104106
~~~~
105107

106-
Building from source on windows requires some extra steps, please see
107-
the [getting started][wiki-get-started] page on the Rust wiki.
108+
You may need to use `sudo make install` if you do not normally have
109+
permission to modify the destination directory (either `/usr/local/bin`
110+
or the directory specified with to `configure` with `--prefix`).
108111

109112
When complete, `make install` will place the following programs into
110113
`/usr/local/bin`:

0 commit comments

Comments
 (0)