rustup-{install,run,which,help,man}: add page (#10661)
This commit is contained in:
9
pages/common/rustup-run.md
Normal file
9
pages/common/rustup-run.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# rustup run
|
||||
|
||||
> Run a command with an environment configured for a given Rust toolchain.
|
||||
> Note: all commands managed by `rustup` have a shorthand for this: for example, `cargo +nightly build` is equivalent to `rustup run nightly cargo build`.
|
||||
> More information: <https://rust-lang.github.io/rustup>.
|
||||
|
||||
- Run a command using a given Rust toolchain (see `rustup help toolchain` for more information):
|
||||
|
||||
`rustup run {{toolchain}} {{command}}`
|
Reference in New Issue
Block a user