mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
doc(install): Tell users about foo@version
syntax
This commit is contained in:
parent
07681341da
commit
f063c65c1b
@ -8,7 +8,7 @@ cargo-install - Build and install a Rust binary
|
||||
|
||||
## SYNOPSIS
|
||||
|
||||
`cargo install` [_options_] _crate_...\
|
||||
`cargo install` [_options_] _crate_[@_version_]...\
|
||||
`cargo install` [_options_] `--path` _path_\
|
||||
`cargo install` [_options_] `--git` _url_ [_crate_...]\
|
||||
`cargo install` [_options_] `--list`
|
||||
|
@ -4,7 +4,7 @@ NAME
|
||||
cargo-install - Build and install a Rust binary
|
||||
|
||||
SYNOPSIS
|
||||
cargo install [options] crate...
|
||||
cargo install [options] crate[@version]...
|
||||
cargo install [options] --path path
|
||||
cargo install [options] --git url [crate...]
|
||||
cargo install [options] --list
|
||||
|
@ -8,7 +8,7 @@ cargo-install - Build and install a Rust binary
|
||||
|
||||
## SYNOPSIS
|
||||
|
||||
`cargo install` [_options_] _crate_...\
|
||||
`cargo install` [_options_] _crate_[@_version_]...\
|
||||
`cargo install` [_options_] `--path` _path_\
|
||||
`cargo install` [_options_] `--git` _url_ [_crate_...]\
|
||||
`cargo install` [_options_] `--list`
|
||||
|
@ -6,7 +6,7 @@
|
||||
.SH "NAME"
|
||||
cargo\-install \- Build and install a Rust binary
|
||||
.SH "SYNOPSIS"
|
||||
\fBcargo install\fR [\fIoptions\fR] \fIcrate\fR\&...
|
||||
\fBcargo install\fR [\fIoptions\fR] \fIcrate\fR[@\fIversion\fR]\&...
|
||||
.br
|
||||
\fBcargo install\fR [\fIoptions\fR] \fB\-\-path\fR \fIpath\fR
|
||||
.br
|
||||
|
Loading…
x
Reference in New Issue
Block a user