Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil authored Mar 25, 2018
1 parent 20e6ae0 commit 15da096
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

---

The **terraform-install** script automates the process of downloading and installing Terraform. This provides a ideal method for installation on new hosts, installing updates and even downgrading if necessary. This script detects or determines the OS and CPU-Architecture.
The **terraform-install** script automates the process of downloading and installing Terraform. This provides an ideal method for installation on new hosts, installing updates and even downgrading if necessary. This script detects or determines the OS and CPU-Architecture.

Options:

Expand All @@ -18,13 +18,6 @@ Options:
- user must enter sudo password unless NOPASSWD is enabled
- uncomment line 12 to make this the default behavior (`sudoInstall=true`)

### Official Installation Process

- visit website download page
- locate version for OS/CPU and download
- find and extract binary from downloaded zip file
- copy binary to a directory on the PATH

### Installation with this Installer

Download the installer and make executable
Expand All @@ -50,6 +43,13 @@ Optional Parameters
./terraform-install.sh -a
```

### Terraform's Official Installation Process

- visit website download page
- locate version for OS/CPU and download
- find and extract binary from downloaded zip file
- copy binary to a directory on the PATH

### System Requirements

- System with Bash Shell (Linux, macOS, Windows Subsystem for Linux)
Expand Down

0 comments on commit 15da096

Please sign in to comment.