Skip to content

Commit

Permalink
Replaced tarantoolctl with tt.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyaksenov authored and ylobankov committed Nov 10, 2023
1 parent 2a26c32 commit 6f0ab78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Installation

.. code-block:: bash
tarantoolctl rocks install luatest
tt rocks install luatest
.rocks/bin/luatest --help # list available options
---------------------------------
Expand Down Expand Up @@ -439,7 +439,7 @@ There are several small helpers for common actions:
luacov integration
---------------------------------

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

0 comments on commit 6f0ab78

Please sign in to comment.