Skip to content

Commit 6f0ab78

Browse files
andreyaksenovylobankov
authored andcommitted
Replaced tarantoolctl with tt.
Part of tarantool/doc#3730
1 parent 2a26c32 commit 6f0ab78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Installation
2525

2626
.. code-block:: bash
2727
28-
tarantoolctl rocks install luatest
28+
tt rocks install luatest
2929
.rocks/bin/luatest --help # list available options
3030
3131
---------------------------------
@@ -439,7 +439,7 @@ There are several small helpers for common actions:
439439
luacov integration
440440
---------------------------------
441441

442-
- Install `luacov <https://github.com/keplerproject/luacov>`_ with ``tarantoolctl rocks install luacov``
442+
- Install `luacov <https://github.com/keplerproject/luacov>`_ with ``tt rocks install luacov``
443443
- Configure it with ``.luacov`` file
444444
- Clean old reports ``rm -f luacov.*.out*``
445445
- Run luatest with ``--coverage`` option

0 commit comments

Comments
 (0)