We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a26c32 commit 6f0ab78Copy full SHA for 6f0ab78
README.rst
@@ -25,7 +25,7 @@ Installation
25
26
.. code-block:: bash
27
28
- tarantoolctl rocks install luatest
+ tt rocks install luatest
29
.rocks/bin/luatest --help # list available options
30
31
---------------------------------
@@ -439,7 +439,7 @@ There are several small helpers for common actions:
439
luacov integration
440
441
442
-- Install `luacov <https://github.com/keplerproject/luacov>`_ with ``tarantoolctl rocks install luacov``
+- Install `luacov <https://github.com/keplerproject/luacov>`_ with ``tt rocks install luacov``
443
- Configure it with ``.luacov`` file
444
- Clean old reports ``rm -f luacov.*.out*``
445
- Run luatest with ``--coverage`` option
0 commit comments