mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:15:33 +02:00
cargo-install: add local example (#17384)
This commit is contained in:
parent
d46ccf8a7d
commit
3860d4b4a7
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
`cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}`
|
||||
|
||||
- Install a package from a local directory:
|
||||
|
||||
`cargo install --path {{path/to/package}}`
|
||||
|
||||
- List all installed packages and their versions:
|
||||
|
||||
`cargo install --list`
|
||||
|
|
Loading…
Add table
Reference in a new issue