diff --git a/README.md b/README.md index a4329526feb40830625eeb5881abba8a1f7da109..5f419db33fde28511dd460df1fc570075b99c831 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,13 @@ For more detailed explanation, see [details](#details) and [features](#features) 1) library, which contains utilities you must use in order to prepare your own crate for tests; 2) binary utility which you install and run just like `cargo test` -You can install binary utility from `crates.io`: `cargo install --features="bin" tarantool-test`. Take a note that we activated feature `bin` in order to install the binary. **Do not** activate this feature when you use `tarantool-test` as a library. +You can install binary utility from `crates.io`: + +```bash +cargo install --features="bin" tarantool-test +``` + +Take a note that we activated feature `bin` in order to install the binary. **Do not** activate this feature when you use `tarantool-test` as a library. You can also install binary utility directly from the repository: