mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +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
|
## SYNOPSIS
|
||||||
|
|
||||||
`cargo install` [_options_] _crate_...\
|
`cargo install` [_options_] _crate_[@_version_]...\
|
||||||
`cargo install` [_options_] `--path` _path_\
|
`cargo install` [_options_] `--path` _path_\
|
||||||
`cargo install` [_options_] `--git` _url_ [_crate_...]\
|
`cargo install` [_options_] `--git` _url_ [_crate_...]\
|
||||||
`cargo install` [_options_] `--list`
|
`cargo install` [_options_] `--list`
|
||||||
|
@ -4,7 +4,7 @@ NAME
|
|||||||
cargo-install - Build and install a Rust binary
|
cargo-install - Build and install a Rust binary
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
cargo install [options] crate...
|
cargo install [options] crate[@version]...
|
||||||
cargo install [options] --path path
|
cargo install [options] --path path
|
||||||
cargo install [options] --git url [crate...]
|
cargo install [options] --git url [crate...]
|
||||||
cargo install [options] --list
|
cargo install [options] --list
|
||||||
|
@ -8,7 +8,7 @@ cargo-install - Build and install a Rust binary
|
|||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
|
|
||||||
`cargo install` [_options_] _crate_...\
|
`cargo install` [_options_] _crate_[@_version_]...\
|
||||||
`cargo install` [_options_] `--path` _path_\
|
`cargo install` [_options_] `--path` _path_\
|
||||||
`cargo install` [_options_] `--git` _url_ [_crate_...]\
|
`cargo install` [_options_] `--git` _url_ [_crate_...]\
|
||||||
`cargo install` [_options_] `--list`
|
`cargo install` [_options_] `--list`
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
cargo\-install \- Build and install a Rust binary
|
cargo\-install \- Build and install a Rust binary
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
\fBcargo install\fR [\fIoptions\fR] \fIcrate\fR\&...
|
\fBcargo install\fR [\fIoptions\fR] \fIcrate\fR[@\fIversion\fR]\&...
|
||||||
.br
|
.br
|
||||||
\fBcargo install\fR [\fIoptions\fR] \fB\-\-path\fR \fIpath\fR
|
\fBcargo install\fR [\fIoptions\fR] \fB\-\-path\fR \fIpath\fR
|
||||||
.br
|
.br
|
||||||
|
Loading…
x
Reference in New Issue
Block a user