Installation
To install the tt
command-line utility:
- Install third-party software required for building
tt
:
- git, the version control system.
- Go language, version 1.18 or later.
- mage build tool.
Clone the tarantool/tt repository:
git clone https://github.com/tarantool/tt --recursive
Go to the
tt/
directory and buildtt
using mage:cd tt mage build
tt
will appear in the current directory.