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