Skip to content

Commit b55d0ff

Browse files
andreyaksenovDifferentialOrange
authored andcommitted
Replaced tarantoolctl with tt.
Part of tarantool/doc#3730
1 parent 7ee51b5 commit b55d0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,11 @@ local schema = {
299299
## Building and testing
300300

301301
```bash
302-
tarantoolctl rocks make
302+
tt rocks make
303303
```
304304

305305
```bash
306-
tarantoolctl rocks install luatest 0.3.0
307-
tarantoolctl rocks install luacheck 0.25.0
306+
tt rocks install luatest 0.5.7
307+
tt rocks install luacheck 0.25.0
308308
make test -C build.luarocks ARGS="-V"
309309
```

0 commit comments

Comments
 (0)