Skip to content

Commit

Permalink
Update download instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Dec 9, 2017
1 parent dfd6e8e commit aaf3688
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ terraform.d
*.tfstate.backup
*.tfplan
terraform-open-ssh-tunnels/terraform-open-ssh-tunnels
terraform-open-ssh-tunnels/terraform-open-ssh-tunnels.exe
/terraform-open-ssh-tunnels_*
/release
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ On Linux:

```shell
mkdir -p terraform.d/plugins/linux_amd64
wget -O terraform.d/plugins/linux_amd64/terraform-provider-ssh.xz https://github.com/stefansundin/terraform-provider-ssh/releases/download/v0.0.1/terraform-provider-ssh_0.0.1_linux_amd64.xz
unxz terraform.d/plugins/linux_amd64/terraform-provider-ssh.xz
chmod +x terraform.d/plugins/linux_amd64/terraform-provider-ssh
wget https://github.com/stefansundin/terraform-provider-ssh/releases/download/v0.0.2/terraform-provider-ssh_v0.0.2_linux_amd64.zip
unzip terraform-provider-ssh_v0.0.2_linux_amd64.zip -d terraform.d/plugins/linux_amd64
rm terraform-provider-ssh_v0.0.2_linux_amd64.zip
terraform init
```

On Mac:

```shell
mkdir -p terraform.d/plugins/darwin_amd64
wget -O terraform.d/plugins/darwin_amd64/terraform-provider-ssh.xz https://github.com/stefansundin/terraform-provider-ssh/releases/download/v0.0.1/terraform-provider-ssh_0.0.1_darwin_amd64.xz
unxz terraform.d/plugins/darwin_amd64/terraform-provider-ssh.xz
chmod +x terraform.d/plugins/darwin_amd64/terraform-provider-ssh
wget https://github.com/stefansundin/terraform-provider-ssh/releases/download/v0.0.2/terraform-provider-ssh_v0.0.2_darwin_amd64.zip
unzip terraform-provider-ssh_v0.0.2_darwin_amd64.zip -d terraform.d/plugins/darwin_amd64
rm terraform-provider-ssh_v0.0.2_darwin_amd64.zip
terraform init
```

Expand Down

0 comments on commit aaf3688

Please sign in to comment.