Run this command:
cargo install <PACKAGE>
Where <PACKAGE> is the name of the crate you want to install. For example:
cargo install ripgrep
Tip
To resolve multiple registries, add the optional flag --registry <REGISTRY_ID>.
Run this command:
cargo install <PACKAGE>
Where <PACKAGE> is the name of the crate you want to install. For example:
cargo install ripgrep
To resolve multiple registries, add the optional flag --registry <REGISTRY_ID>.