diff --git a/README.md b/README.md index a944a16..116a3cf 100644 --- a/README.md +++ b/README.md @@ -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)