docs: explain better cargo-run-bin
All checks were successful
ci / ci (1.74.0) (push) Successful in 39s
ci / ci (stable) (push) Successful in 32s
ci / lint-markdown (push) Successful in 9s
ci / lint-commit (push) Successful in 10s
ci / lint-general (push) Successful in 31s

This commit is contained in:
Théo LUDWIG 2024-01-27 19:57:06 +01:00
parent aa8e289a2b
commit b4b2a82faf
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -39,7 +39,13 @@ The project is **tested** against the following Rust versions:
#### Rust Globally Installed Crate
[cargo-run-bin](https://crates.io/crates/cargo-run-bin) >= v1.7.2 (`cargo install cargo-run-bin`)
The project requires [cargo-run-bin v1.7.2](https://crates.io/crates/cargo-run-bin) to be installed globally.
It can be installed using the following command:
```sh
cargo install cargo-run-bin@1.7.2
```
#### External Linting Tools (optional)