mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 23:49:44 +00:00
Update cheatsheets
This commit is contained in:
13
rustup-default
Normal file
13
rustup-default
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rustup default
|
||||
|
||||
> Set the default Rust toolchain.
|
||||
> More information: <https://rust-lang.github.io/rustup>.
|
||||
|
||||
- Switch the default Rust toolchain (see `rustup help toolchain` for more information):
|
||||
|
||||
`rustup default {{toolchain}}`
|
||||
Reference in New Issue
Block a user