From b4b2a82faf662e119e55021bc5e5287fc36dcc21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 27 Jan 2024 19:57:06 +0100 Subject: [PATCH] docs: explain better cargo-run-bin --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)