Skip to content

Commit 0b471d8

Browse files
andreyaksenovkyukhin
authored andcommitted
Replaced tarantoolctl with tt.
Part of tarantool/doc#3730
1 parent 6be78ef commit 0b471d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ You can:
6767
make install
6868
```
6969

70-
* install the `http` module using `tarantoolctl`:
70+
* install the `http` module using [tt](https://github.com/tarantool/tt):
7171

7272
``` bash
73-
tarantoolctl rocks install http
73+
tt rocks install http
7474
```
7575

7676
* install the `http` module using LuaRocks

0 commit comments

Comments
 (0)