cargo-install: add local example (#17384)

This commit is contained in:
Dylan
2025-07-26 17:51:17 +00:00
committed by GitHub
parent d46ccf8a7d
commit 3860d4b4a7
+4
View File
@@ -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`