I'm start using Terraform and I'm following the project updates on his Github repository.
I see new releases are available on releases section: https://github.com/hashicorp/terraform/releases
I installed Terraform tool following the steps: https://www.terraform.io/intro/getting-started/install.html
The new releases are a zip file with base code but I want to know how I can install it on my computer (OSX). What I downloaded when I installed for the first time was a zip file with just a "terraform" file as unix executable.
How I can generate this Unix executable from the zip available on the github releases section?
Any idea?
Thank you!