From 071db417fedfad2ece085b66a37a4f36078612e6 Mon Sep 17 00:00:00 2001
From: Paul Hinze
Date: Tue, 16 Jun 2015 16:39:57 -0500
Subject: [PATCH] docs: add description of archive format to download page
---
website/source/downloads.html.erb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb
index 834e18af3c..1eb63cc22a 100644
--- a/website/source/downloads.html.erb
+++ b/website/source/downloads.html.erb
@@ -17,6 +17,12 @@ description: |-
operating system and architecture. You can find SHA256 checksums
for packages here.
+
+
+ Each release archive is a zip file containing the Terraform binary
+ executables at the top level. These executables are meant to be extracted
+ to a location where they can be found by your shell.
+
<% product_versions.each do |os, versions| %>