From bfae2eeca3ead05d1dc289838aee7021b38e1129 Mon Sep 17 00:00:00 2001 From: andreyaksenov Date: Mon, 25 Sep 2023 10:58:41 +0300 Subject: [PATCH] Replaced tarantoolctl with tt. Part of https://github.com/tarantool/doc/issues/3730 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c81111a..90bc439 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ You can: make install ``` -* install the `http` module using `tarantoolctl`: +* install the `http` module using [tt](https://github.com/tarantool/tt): ``` bash - tarantoolctl rocks install http + tt rocks install http ``` * install the `http` module using LuaRocks