-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
To install InternetTest CLI, download the file corresponding to your platform from the links below:
-
Download the ZIP file: Click the link above to download the ZIP file for Windows.
-
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.
-
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.
-
Download the ZIP file: Click the link above to download the ZIP file for macOS.
-
Extract the ZIP file: Use an extraction tool (e.g., The Unarchiver) to extract the contents of the ZIP file to your desired location.
-
Run the CLI: Open Terminal and navigate to the directory where you extracted the files. Run the CLI using:
./itcli
-
Download the TAR file: Click the link above to download the TAR file for Linux.
-
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
-
Grant permissions: Navigate to the extracted directory and grant execution permissions:
chmod 777 ./itcli
-
Run the CLI: Execute the CLI using:
./itcli