Skip to content

Commit 755e3f7

Browse files
authored
Mention rustup upgrade in install instructions
I had installed `rustup` a while ago but sat down today to try Rust again; it wasn't obvious to me how to get the latest Rust.
1 parent 837fbc0 commit 755e3f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/tools/install.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
cross-compilation targets.
4141
</p>
4242
<p>
43-
For more information see the
43+
If you've installed <code>rustup</code> in the past, you can update
44+
your installation by running <code>rustup upgrade</code>. For more
45+
information see the
4446
<a href="https://github.com/rust-lang-nursery/rustup.rs/blob/master/README.md" target="_blank" rel="noopener"><code>rustup</code>
4547
documentation</a>.
4648
</p>

0 commit comments

Comments
 (0)