⚙️ Installation
There are multiple ways to install gttp
on your system.
Install Using Web Installer
You can install gttp
using instl.
Using instl is the simplest way to install gttp
on your system.
Just copy the following command and paste it into your terminal:
- macOS
- Windows
- linux
curl -sSL instl.sh/gttp-cli/gttp/macos | bash
iwr instl.sh/gttp-cli/gttp/windows | iex
curl -sSL instl.sh/gttp-cli/gttp/linux | bash
tip
If you want to take a look at the script before running it, you can open the instl.sh URL in your browser.
Install using Go
If you have Go installed, you can install gttp
using the following command:
go install github.com/gttp-cli/gttp@latest