From 0edc3871faf1a7ab6c8b03be682e2ee0798121cf Mon Sep 17 00:00:00 2001 From: Anatoly Popov <a.popov@picodata.io> Date: Thu, 17 Oct 2024 07:59:56 +0000 Subject: [PATCH] Closes #4 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a432952..5f419db 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: -- GitLab