Merge pull request #4425 from sethbergman/patch-1

Update install.html.markdown to include examples for $PATH
This commit is contained in:
James Nugent 2015-12-24 17:51:36 -05:00
commit 8eb65bec95
1 changed files with 7 additions and 0 deletions

View File

@ -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