Skip to main content

Installation

To install Paral, run the following command in your terminal:

go install github.com/prodemmi/paral@latest

This command downloads and installs the latest version of Paral using Go's package manager.

info

Requirements

  • You must have Go installed (version 1.18 or higher recommended).
  • Your GOPATH/bin directory should be added to your system's PATH environment variable so you can run paral from anywhere.

Verify Installation

After installation, verify that Paral is installed correctly by running:

paral --version

You should see the installed version printed on the console.