mirror of
https://github.com/rust-lang/book.git
synced 2026-09-15 10:10:42 -04:00
Merge pull request #546 from vossad01/update-instructions
Add updating instructions for Rust
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user