Installation


macOS

Open your terminal and simply type:

wget -O tnt.zip https://codesearch.tnt.studio/download/mac?licence_key={YOUR_LICENCE_KEY}

{info} If you don't have a licence don't worry. You can use our free version

wget -O tnt.zip https://codesearch.tnt.studio/download/mac


Unzip the file with unzip tnt.zip and after that, move the binaray to /usr/local/bin/ with

mv tnt /usr/local/bin/ and run chmod +x /usr/local/bin/tnt

Linux

Open your terminal and simply type:

wget -O tnt.zip https://codesearch.tnt.studio/download/linux?licence_key={YOUR_LICENCE_KEY}

{info} If you don't have a licence don't worry. You can use our free version

wget -O tnt.zip https://codesearch.tnt.studio/download/linux


Unzip the file with unzip tnt.zip and after that, move the binaray to /usr/local/bin/ with

mv tnt /usr/local/bin/ and run chmod +x /usr/local/bin/tnt

Windows

Download:

tnt.zip https://codesearch.tnt.studio/download/windows?licence_key={YOUR_LICENCE_KEY}

{info} If you don't have a licence don't worry. You can use our free version

https://codesearch.tnt.studio/download/windows


Unzip the file and add it to your environment:

For Windows 10 and Windows 8:

  1. In Search, search for and then select: System (Control Panel)
  2. Click the Advanced system settings link.
  3. Click Environment Variables. In the section System Variables, find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New.
  4. In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK.
  5. Reopen Command prompt window, and run tnt.