Skip to content

Commit

Permalink
Merge pull request #262 from pitonic/patch-1
Browse files Browse the repository at this point in the history
fixed: Installation / linux - ${PROVIDER}
  • Loading branch information
sergeylanzman committed Oct 24, 2019
2 parents 3362269 + 1fd266b commit 93ab146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ From Releases:
* Linux
```
export PROVIDER={all,google,aws,kubernetes}
curl -LO https://github.com/GoogleCloudPlatform/terraformer/releases/download/$(curl -s https://api.github.com/repos/GoogleCloudPlatform/terraformer/releases/latest | grep tag_name | cut -d '"' -f 4)/terraformer-$(PROVIDER)-linux-amd64
curl -LO https://github.com/GoogleCloudPlatform/terraformer/releases/download/$(curl -s https://api.github.com/repos/GoogleCloudPlatform/terraformer/releases/latest | grep tag_name | cut -d '"' -f 4)/terraformer-${PROVIDER}-linux-amd64
chmod +x terraformer-${PROVIDER}-linux-amd64
sudo mv terraformer-${PROVIDER}-linux-amd64 /usr/local/bin/terraformer
```
Expand Down

0 comments on commit 93ab146

Please sign in to comment.