mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
rustup: add doc example (#6273)
This commit is contained in:
parent
7d72acec88
commit
f6bb40c112
1 changed files with 4 additions and 0 deletions
|
@ -27,3 +27,7 @@
|
|||
- Run cargo build with a certain toolchain:
|
||||
|
||||
`rustup run {{toolchain_name}} cargo build`
|
||||
|
||||
- Open the local rust documentation in the default web browser:
|
||||
|
||||
`rustup doc`
|
||||
|
|
Loading…
Add table
Reference in a new issue