mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
cargo-install: add local example (#17384)
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user