Skip to content

Installation

Léo Peyronnet edited this page Jul 15, 2024 · 1 revision

Installation Guide

To install InternetTest CLI, download the file corresponding to your platform from the links below:

Windows Installation

  1. Download the ZIP file: Click the link above to download the ZIP file for Windows.

  2. Extract the ZIP file: Use an extraction tool (e.g., WinRAR, 7-Zip) to extract the contents of the ZIP file to your desired location.

  3. Run the CLI: Open Command Prompt and navigate to the directory where you extracted the files. Run the CLI using:

    itcli

Tip

You can also add the path to the executable in your PATH environment variables.

macOS Installation

  1. Download the ZIP file: Click the link above to download the ZIP file for macOS.

  2. Extract the ZIP file: Use an extraction tool (e.g., The Unarchiver) to extract the contents of the ZIP file to your desired location.

  3. Run the CLI: Open Terminal and navigate to the directory where you extracted the files. Run the CLI using:

    ./itcli

Linux Installation

  1. Download the TAR file: Click the link above to download the TAR file for Linux.

  2. Extract the TAR file: Open Terminal and navigate to the directory where the TAR file is located. Extract the file using:

    tar -xvf itcli-linux-x64.tar
  3. Grant permissions: Navigate to the extracted directory and grant execution permissions:

    chmod 777 ./itcli
  4. Run the CLI: Execute the CLI using:

    ./itcli
Clone this wiki locally