mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:15:27 +02:00
rustup: add override example (#2001)
This commit is contained in:
parent
7457ef8b95
commit
b7e73303ad
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`rustup default nightly`
|
||||
|
||||
- Use the nightly toolchain when inside the current project, but leave global settings unchanged:
|
||||
|
||||
`rustup override set nightly`
|
||||
|
||||
- Update all toolchains:
|
||||
|
||||
`rustup update`
|
||||
|
|
Loading…
Add table
Reference in a new issue