From f42547286245035f58c14463d9030156722f9ec3 Mon Sep 17 00:00:00 2001 From: Neil Calabroso Date: Sat, 27 Aug 2016 16:14:36 +0800 Subject: [PATCH] Update installation guide Mention that there's only a single binary file in package as of 0.7.2 --- website/source/intro/getting-started/install.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/install.html.markdown b/website/source/intro/getting-started/install.html.markdown index e354d1715..bf001796c 100644 --- a/website/source/intro/getting-started/install.html.markdown +++ b/website/source/intro/getting-started/install.html.markdown @@ -19,8 +19,7 @@ To install Terraform, find the [appropriate package](/downloads.html) for your system and download it. Terraform is packaged as a zip archive. After downloading Terraform, unzip the package into a directory where -Terraform will be installed. The directory will contain a set of binary -programs, such as `terraform`, `terraform-provider-aws`, etc. The final +Terraform will be installed. The directory will contain a binary program `terraform`. The final step is to make sure the directory you installed Terraform to is on the PATH. See [this page](https://stackoverflow.com/questions/14637979/how-to-permanently-set-path-on-linux)