Updated the instructions to install Terraform (#11075)

The string value within the PATH environment variable should be the directory that contains the binary file and not include the filename.
pull/11116/head
aifred 9 years ago committed by Paul Stack
parent cf390e86b8
commit 4110ec4702

@ -28,7 +28,7 @@ for instructions on setting the PATH on Linux and Mac.
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`
>`PATH=/usr/local/terraform/bin:/home/your-user-name:$PATH`
Example for Windows - Type the following into Powershell:
>`[Environment]::SetEnvironmentVariable("PATH", $env:PATH + ({;C:\terraform},{C:\terraform})[$env:PATH[-1] -eq ';'], "User")`

Loading…
Cancel
Save