docs: explain better cargo-run-bin
This commit is contained in:
parent
aa8e289a2b
commit
b4b2a82faf
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user