Installation
Specific version
To install PTF, you can head to this page and download the version you want for your platform.
From source
To install PTF from source, follow this procedure:
- Clone the git repository locally:
git clone git@github.com:samy-dougui/ptf.git
- Build the CLI:
go build
- You can now use PTF:
./ptf -v
To be able to use it from anywhere on your machine, you can add it to your PATH
.