From d8175f42476f19c5f33ed5f486e9f95f843e08ed Mon Sep 17 00:00:00 2001 From: andreyaksenov Date: Mon, 25 Sep 2023 11:38:55 +0300 Subject: [PATCH] Replaced tarantoolctl with tt. Part of https://github.com/tarantool/doc/issues/3730 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f16e526a..91f1499f 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Installation .. code-block:: bash - tarantoolctl rocks install luatest + tt rocks install luatest .rocks/bin/luatest --help # list available options --------------------------------- @@ -439,7 +439,7 @@ There are several small helpers for common actions: luacov integration --------------------------------- -- Install `luacov `_ with ``tarantoolctl rocks install luacov`` +- Install `luacov `_ with ``tt rocks install luacov`` - Configure it with ``.luacov`` file - Clean old reports ``rm -f luacov.*.out*`` - Run luatest with ``--coverage`` option