mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 11:58:34 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Download and run `rustup-init` to install `rustup` and the default Rust toolchain:
|
||||
|
||||
`curl https://sh.rustup.rs -sSf | sh -s`
|
||||
`curl https://sh.rustup.rs {{[-sSf|--silent --show-error --fail]}} | sh -s`
|
||||
|
||||
- Download and run `rustup-init` and pass arguments to it:
|
||||
|
||||
`curl https://sh.rustup.rs -sSf | sh -s -- {{arguments}}`
|
||||
`curl https://sh.rustup.rs {{[-sSf|--silent --show-error --fail]}} | sh -s -- {{arguments}}`
|
||||
|
||||
- Run `rustup-init` and specify additional components or targets to install:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user