From 1ccf68bc5ec992df571aa076004a1017fc3dc2b9 Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Fri, 17 Mar 2017 20:36:54 -0500 Subject: [PATCH] Add updating instructions --- second-edition/src/ch01-01-installation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/second-edition/src/ch01-01-installation.md b/second-edition/src/ch01-01-installation.md index da0b0391e..09c56269e 100644 --- a/second-edition/src/ch01-01-installation.md +++ b/second-edition/src/ch01-01-installation.md @@ -46,6 +46,15 @@ documentation for the shell you are using. If you have reasons for preferring not to use rustup.rs, please see [the Rust installation page](https://www.rust-lang.org/install.html) for other options. +### Updating + +Once you had Rust installed, updating to the latest version is easy. +From your shell, run the update script: + +```text +$ rustup update +``` + ### Uninstalling Uninstalling Rust is as easy as installing it. From your shell, run