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 kyukhin committed Nov 10, 2023
1 parent 6be78ef commit 0b471d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0b471d8

Please sign in to comment.