mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 04:52:24 +00:00
Update cheatsheets
This commit is contained in:
14
rustup-install
Normal file
14
rustup-install
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rustup install
|
||||
|
||||
> Install or update Rust toolchains.
|
||||
> This command is an alias of `rustup update`, but can only install/update one toolchain at a time.
|
||||
> More information: <https://rust-lang.github.io/rustup>.
|
||||
|
||||
- Install or update a specific toolchain (see `rustup help toolchain` for more information):
|
||||
|
||||
`rustup install {{toolchain}}`
|
||||
Reference in New Issue
Block a user