From 83c448c5068907b0495ca0b3a7fbe8e249cbbaf8 Mon Sep 17 00:00:00 2001 From: andreyaksenov Date: Mon, 25 Sep 2023 11:05:52 +0300 Subject: [PATCH] Replaced tarantoolctl with tt. Part of https://github.com/tarantool/doc/issues/3730 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7aca47..72138d3 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ Example:
The tests can now be run by `make check`. -#### tarantoolctl rocks +#### tt rocks -You can also use tarantoolctl rocks: +You can also use `tt rocks`: ```sh -tarantoolctl rocks install mysql +tt rocks install mysql ``` #### Install a package