From 47ea43394f859bba3b72831ab91735691886e5bf Mon Sep 17 00:00:00 2001 From: Seth Bergman Date: Tue, 22 Dec 2015 14:18:29 -0600 Subject: [PATCH] Update install.html.markdown Added example commands for setting environment paths in Linux/Unix and Windows. --- website/source/intro/getting-started/install.html.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/source/intro/getting-started/install.html.markdown b/website/source/intro/getting-started/install.html.markdown index 2392e35491..3a171352a9 100644 --- a/website/source/intro/getting-started/install.html.markdown +++ b/website/source/intro/getting-started/install.html.markdown @@ -28,6 +28,13 @@ for instructions on setting the PATH on Linux and Mac. [This page](http://stackoverflow.com/questions/1618280/where-can-i-set-path-to-make-exe-on-windows) contains instructions for setting the PATH on Windows. +Example for Linux/Mac - Type the following into your terminal: +>`PATH=/usr/local/terraform/bin:/home/your-user-name/terraform:$PATH` + +Example for Windows - Type the following into Powershell: +>`set PATH=%PATH%;C:\terraform` + + ## Verifying the Installation After installing Terraform, verify the installation worked by opening a new