1
0
Fork 0
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:
Johannes Lade 2021-07-29 15:09:05 +02:00 committed by GitHub
parent 7d72acec88
commit f6bb40c112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`