From 77ad5e1c6423238dd40bf2ef5d3dced7374209b0 Mon Sep 17 00:00:00 2001 From: andreyaksenov Date: Mon, 25 Sep 2023 11:49:27 +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 0c10887..722c3e4 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ Table below may help you to choose a proper module for your requirements: You can: -* Install the module using `tarantoolctl`: +* Install the module using [tt](https://github.com/tarantool/tt): ``` bash - tarantoolctl rocks install expirationd + tt rocks install expirationd ``` * Install the module using LuaRocks: