1
0
Fork 0
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:
Dylan 2025-07-26 17:51:17 +00:00 committed by GitHub
parent d46ccf8a7d
commit 3860d4b4a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`