Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Oct 5, 2019
1 parent f967b90 commit b31f47b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ Options:

This installer is similar to my [Packer Installer](https://github.com/robertpeteuil/packer-installer), [Sentinel Simulator Installer](https://github.com/robertpeteuil/sentinel-installer) and [Vault Installer](https://github.com/robertpeteuil/vault-installer)

## Express install latest version via my bootstrap server (iac.sh or https://iac.sh)

``` shell
curl iac.sh/terraform | sh
```

## Download and Use Locally

Download Installer
Expand All @@ -45,8 +39,9 @@ chmod +x terraform-install.sh
Download installer via my bootstrap server (iac.sh or https://iac.sh)

``` shell
curl iac.sh/teraform.sh | sh
# installer downloaded as terraform-install.sh to current directory
curl iac.sh/terraform > getinst.sh
bash getinst.sh
# installer downloaded as terraform-install.sh in current directory
```

### Run local installer
Expand Down

0 comments on commit b31f47b

Please sign in to comment.